llvm-project/clang/test/SemaObjC/cocoa.m

9 lines
285 B
Objective-C

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