summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/_Pragma-physloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/_Pragma-physloc.c')
-rw-r--r--test/Preprocessor/_Pragma-physloc.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Preprocessor/_Pragma-physloc.c b/test/Preprocessor/_Pragma-physloc.c
new file mode 100644
index 0000000..8737949
--- /dev/null
+++ b/test/Preprocessor/_Pragma-physloc.c
@@ -0,0 +1,6 @@
+// RUN: clang-cc %s -E | grep '#pragma x y z' &&
+// RUN: clang-cc %s -E | grep '#pragma a b c'
+
+_Pragma("x y z")
+_Pragma("a b c")
+
OpenPOWER on IntegriCloud