Ted Kremenek | be3f7f3 | 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 | 281a492 | 2007-08-02 21:40:29 +0000 | [diff] [blame] | 3 | #ifdef __APPLE__ |
4 | #include <Carbon/Carbon.h> | ||||
5 | #endif | ||||
6 |