make sure we don't lose the ability to parse carbon.h

llvm-svn: 40759
This commit is contained in:
Chris Lattner 2007-08-02 21:40:29 +00:00
parent 1f70816c73
commit 181b01bcfd
1 changed files with 5 additions and 0 deletions

5
clang/test/Sema/carbon.c Normal file
View File

@ -0,0 +1,5 @@
// RUN: clang %s -fsyntax-only
#ifdef __APPLE__
#include <Carbon/Carbon.h>
#endif