aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/cocoa.m
blob: ac7d1dc6668855a8c3dc8fa148397a3b4ea6b742 (plain)
1
2
3
4
5
6
// 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