summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjCXX/cocoa.mm
blob: 00b6d747c3da5ad6cc946c77a2e60ac699f05d01 (plain)
1
2
3
4
5
6
// 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
OpenPOWER on IntegriCloud