hanchenye-llvm-project/clang/test/SemaObjCXX/cocoa.mm

7 lines
175 B
Plaintext

// RUN: clang-cc %s -print-stats &&
// RUN: clang-cc -x objective-c++-header -o %t %s &&
// RUN: clang-cc -token-cache %t %s
#ifdef __APPLE__
#include <Cocoa/Cocoa.h>
#endif