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