xref: /minix3/external/bsd/llvm/dist/clang/test/Preprocessor/hash_space.c (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
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 #
6 HASH define foo bar
7