summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/_Pragma-location.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/_Pragma-location.c')
-rw-r--r--test/Preprocessor/_Pragma-location.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Preprocessor/_Pragma-location.c b/test/Preprocessor/_Pragma-location.c
new file mode 100644
index 0000000..61cadfb
--- /dev/null
+++ b/test/Preprocessor/_Pragma-location.c
@@ -0,0 +1,4 @@
+// RUN: clang-cc %s -E | not grep 'scratch space'
+
+#define push _Pragma ("pack(push)")
+push
OpenPOWER on IntegriCloud