From: Chris Lattner Date: Thu, 23 Aug 2007 01:08:54 +0000 (+0000) Subject: Test that cocoa parses with -parse-noop. In the future X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d818a7114f3cd84ebe18ef9c69b43035309bf2ff;p=clang Test that cocoa parses with -parse-noop. In the future (when ready) this test should change to test -fsyntax-only. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41307 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/cocoa.m b/test/Sema/cocoa.m new file mode 100644 index 0000000000..955db7a1cf --- /dev/null +++ b/test/Sema/cocoa.m @@ -0,0 +1,5 @@ +// RUN: clang %s -parse-noop -arch ppc +#ifdef __APPLE__ +#include +#endif +