Daniel Dunbar | cb5a955 | 2009-04-01 15:36:37 +0000 | [diff] [blame] | 1 | // RUN: clang-cc -emit-pth -o %t %s && |
2 | // RUN: clang-cc -token-cache %t %s && | ||||
3 | // RUN: clang-cc -token-cache %t %s -E %s -o /dev/null | ||||
4 | #ifdef __APPLE__ | ||||
5 | #include <Cocoa/Cocoa.h> | ||||
6 | #endif | ||||
7 |