summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/Sema/cocoa.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Sema/cocoa.m b/clang/test/Sema/cocoa.m
new file mode 100644
index 00000000000..955db7a1cfb
--- /dev/null
+++ b/clang/test/Sema/cocoa.m
@@ -0,0 +1,5 @@
+// RUN: clang %s -parse-noop -arch ppc
+#ifdef __APPLE__
+#include <Cocoa/Cocoa.h>
+#endif
+
OpenPOWER on IntegriCloud