commit | c4e7a66036dd883d162696cfb14d1e497ffe9204 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Aug 23 01:08:54 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Aug 23 01:08:54 2007 +0000 |
tree | 614a6b624be3ce75f4c0f94ce14d4f63aef5644b | |
parent | f2bcd37083c3115b4b2ed9decf2d782484a73412 [diff] [blame] |
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 +