Add cocoa-pth.c test case, this got lost in shuffling PTH test cases.

llvm-svn: 68205
This commit is contained in:
Daniel Dunbar 2009-04-01 15:36:37 +00:00
parent 455de13de1
commit f524eff37d
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
// RUN: clang-cc -emit-pth -o %t %s &&
// RUN: clang-cc -token-cache %t %s &&
// RUN: clang-cc -token-cache %t %s -E %s -o /dev/null
#ifdef __APPLE__
#include <Cocoa/Cocoa.h>
#endif