freebsd-nq/test/Sema/carbon-pth.c
2009-06-02 17:58:47 +00:00

8 lines
231 B
C

// RUN: clang-cc -mcpu=pentium4 -emit-pth -o %t %s &&
// RUN: clang-cc -mcpu=pentium4 -token-cache %t %s &&
// RUN: clang-cc -mcpu=pentium4 -token-cache %t %s -E %s -o /dev/null
#ifdef __APPLE__
#include <Carbon/Carbon.h>
#endif