Ted Kremenek | 8d69a57 | 2009-04-01 15:28:20 +0000 | [diff] [blame^] | 1 | // RUN: clang-cc %s -print-stats && |
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 | 281a492 | 2007-08-02 21:40:29 +0000 | [diff] [blame] | 6 | #ifdef __APPLE__ |
7 | #include <Carbon/Carbon.h> | ||||
8 | #endif | ||||
9 |