forked from OSchip/llvm-project
make sure we don't lose the ability to parse carbon.h
llvm-svn: 40759
This commit is contained in:
parent
1f70816c73
commit
181b01bcfd
|
@ -0,0 +1,5 @@
|
|||
// RUN: clang %s -fsyntax-only
|
||||
#ifdef __APPLE__
|
||||
#include <Carbon/Carbon.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue