Test that cocoa parses with -parse-noop.  In the future
(when ready) this test should change to test -fsyntax-only.

llvm-svn: 41307
diff --git a/clang/test/Sema/cocoa.m b/clang/test/Sema/cocoa.m
new file mode 100644
index 0000000..955db7a
--- /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
+