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
This commit is contained in:
Chris Lattner 2007-08-02 21:40:29 +00:00
Родитель ad43ad4747
Коммит 281a492261
1 изменённых файлов: 5 добавлений и 0 удалений

5
test/Sema/carbon.c Normal file
Просмотреть файл

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