From d818a7114f3cd84ebe18ef9c69b43035309bf2ff Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 23 Aug 2007 01:08:54 +0000 Subject: [PATCH] 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 --- test/Sema/cocoa.m | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/Sema/cocoa.m 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 + -- 2.50.1