diff options
Diffstat (limited to 'clang/test/Preprocessor/_Pragma-physloc.c')
-rw-r--r-- | clang/test/Preprocessor/_Pragma-physloc.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/_Pragma-physloc.c b/clang/test/Preprocessor/_Pragma-physloc.c new file mode 100644 index 0000000..a093af2 --- /dev/null +++ b/clang/test/Preprocessor/_Pragma-physloc.c @@ -0,0 +1,6 @@ +// 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") + |