brintos

brintos / llvm-project-archived public Read only

0
0
Text · 172 B · ac97556 Raw
7 lines · c
1// RUN: %clang_cc1 %s -E | grep " #"2 3// Should put a space before the # so that -fpreprocessed mode doesn't4// macro expand this again.5#define HASH #6HASH define foo bar7