From: Chris Lattner Date: Thu, 2 Aug 2007 21:40:29 +0000 (+0000) Subject: make sure we don't lose the ability to parse carbon.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=281a492261400cc9c1265046b46bee8452a1c56e;p=clang make sure we don't lose the ability to parse carbon.h git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40759 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/carbon.c b/test/Sema/carbon.c new file mode 100644 index 0000000000..523526edc9 --- /dev/null +++ b/test/Sema/carbon.c @@ -0,0 +1,5 @@ +// RUN: clang %s -fsyntax-only +#ifdef __APPLE__ +#include +#endif +