Daniel Dunbar | d7d5f02 | 2009-03-24 02:24:46 +0000 | [diff] [blame] | 1 | // RUN: clang-cc %s -fsyntax-only -print-stats && |
2 | // RUN: clang-cc -x c-header -o %t %s && clang-cc -token-cache %t %s | ||||
Chris Lattner | 281a492 | 2007-08-02 21:40:29 +0000 | [diff] [blame] | 3 | #ifdef __APPLE__ |
4 | #include <Carbon/Carbon.h> | ||||
5 | #endif | ||||
6 |