Clang Project
clang_source_code
/
test
/
Integration
/
carbon.c
1
// RUN: %clang -fsyntax-only %s
2
// REQUIRES: macos-sdk-10.12
3
#ifdef __APPLE__
4
#include <Carbon/Carbon.h>
5
#endif
6