hash_space.c revision ea285162342df160e7860e26528bc7110bc6c0cd
1// RUN: %clang_cc1 %s -E | grep " #"
2
3// Should put a space before the # so that -fpreprocessed mode doesn't
4// macro expand this again.
5#define HASH #
6HASH define foo bar
7