YouCompleteMe/cpp/llvm/tools/clang/test/Preprocessor/_Pragma-physloc.c

7 lines
132 B
C
Raw Normal View History

// RUN: %clang_cc1 %s -E | grep '#pragma x y z'
// RUN: %clang_cc1 %s -E | grep '#pragma a b c'
_Pragma("x y z")
_Pragma("a b c")