summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/pragma-options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Parser/pragma-options.cpp')
-rw-r--r--clang/test/Parser/pragma-options.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Parser/pragma-options.cpp b/clang/test/Parser/pragma-options.cpp
new file mode 100644
index 00000000000..152aacb8fd1
--- /dev/null
+++ b/clang/test/Parser/pragma-options.cpp
@@ -0,0 +1,5 @@
+// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
+
+class C {
+#pragma options align=natural
+};
OpenPOWER on IntegriCloud