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

6 lines
157 B
Plaintext

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