forked from OSchip/llvm-project
6 lines
96 B
C++
6 lines
96 B
C++
|
// RUN: clang %s -fsyntax-only -print-stats
|
||
|
#ifdef __APPLE__
|
||
|
#include <Carbon/Carbon.h>
|
||
|
#endif
|
||
|
|