forked from OSchip/llvm-project
Add cocoa-pth.c test case, this got lost in shuffling PTH test cases.
llvm-svn: 68205
This commit is contained in:
parent
455de13de1
commit
f524eff37d
|
@ -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
|
||||
|
Loading…
Reference in New Issue