teak-llvm/clang/test/Integration/carbon.c
Alp Toker a01285c4b3 Split out header integration tests
These are somewhat arbitrary tests that check if "thing goes fine" when
processing various platform-specific headers.

Also move warn-sysheader.cpp to Misc where the other diagnostics infrastructure
tests live.

File moves only.

llvm-svn: 207936
2014-05-04 13:00:32 +00:00

5 lines
83 B
C

// RUN: %clang -fsyntax-only %s
#ifdef __APPLE__
#include <Carbon/Carbon.h>
#endif