]> granicus.if.org Git - clang/commitdiff
make sure we don't lose the ability to parse carbon.h
authorChris Lattner <sabre@nondot.org>
Thu, 2 Aug 2007 21:40:29 +0000 (21:40 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 2 Aug 2007 21:40:29 +0000 (21:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40759 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/carbon.c [new file with mode: 0644]

diff --git a/test/Sema/carbon.c b/test/Sema/carbon.c
new file mode 100644 (file)
index 0000000..523526e
--- /dev/null
@@ -0,0 +1,5 @@
+// RUN: clang %s -fsyntax-only
+#ifdef __APPLE__
+#include <Carbon/Carbon.h>
+#endif
+