hanchenye-llvm-project/clang/test/Preprocessor/_Pragma-physloc.c

7 lines
131 B
C
Raw Normal View History

// RUN: clang-cc %s -E | grep '#pragma x y z' &&
// RUN: clang-cc %s -E | grep '#pragma a b c'
2006-07-03 06:27:09 +08:00
_Pragma("x y z")
_Pragma("a b c")