hanchenye-llvm-project/clang/test/Sema/carbon.c

7 lines
162 B
C

// RUN: clang %s -fsyntax-only -print-stats &&
// RUN: clang -x c-header -o %t %s && clang -token-cache %t %s
#ifdef __APPLE__
#include <Carbon/Carbon.h>
#endif