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