aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/cocoa.mm
blob: d6cbc04f942e81cce8d6054b9238d585302ff939 (plain)
1
2
3
4
5
// 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