diff --git a/clang/test/Preprocessor/_Pragma-physloc.c b/clang/test/Preprocessor/_Pragma-physloc.c new file mode 100644 index 000000000000..b8f5499c7a15 --- /dev/null +++ b/clang/test/Preprocessor/_Pragma-physloc.c @@ -0,0 +1,6 @@ +// RUN: clang %s -E | grep '#pragma x y z' && +// RUN: clang %s -E | grep '#pragma a b c' + +_Pragma("x y z") +_Pragma("a b c") +