Daniel Dunbar | d7d5f02 | 2009-03-24 02:24:46 +0000 | [diff] [blame^] | 1 | // RUN: clang-cc %s -print-stats && |
2 | // RUN: clang-cc %s -disable-free && | ||||
3 | // RUN: clang-cc -x objective-c-header -o %t %s && | ||||
4 | // RUN: clang-cc -token-cache %t %s && | ||||
5 | // RUN: clang-cc -x objective-c-header -o %t %s && | ||||
6 | // RUN: clang-cc -token-cache %t %s -E %s -o /dev/null | ||||
Chris Lattner | d818a71 | 2007-08-23 01:08:54 +0000 | [diff] [blame] | 7 | #ifdef __APPLE__ |
8 | #include <Cocoa/Cocoa.h> | ||||
9 | #endif | ||||
10 |