Ted Kremenek | e547757 | 2009-01-08 23:41:35 +0000 | [diff] [blame] | 1 | // RUN: clang %s -print-stats && |
2 | // RUN: clang -x objective-c-header -o %t %s && clang -token-cache %t %s | ||||
Chris Lattner | d818a71 | 2007-08-23 01:08:54 +0000 | [diff] [blame] | 3 | #ifdef __APPLE__ |
4 | #include <Cocoa/Cocoa.h> | ||||
5 | #endif | ||||
6 |