| Ted Kremenek | 45f7a98 | 2009-01-09 00:41:48 +0000 | [diff] [blame] | 1 | // RUN: clang %s -fsyntax-only -print-stats && |
| 2 | // RUN: clang -x c-header -o %t %s && clang -token-cache %t %s | ||||
| Chris Lattner | 5723cbc | 2007-08-02 21:40:29 +0000 | [diff] [blame] | 3 | #ifdef __APPLE__ |
| 4 | #include <Carbon/Carbon.h> | ||||
| 5 | #endif | ||||
| 6 | |||||