diff options
| -rw-r--r-- | clang/test/Sema/cocoa.m | 5 |
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 + |

