summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/carbon-pth.c
blob: ebc884054577f6d1fd2d2bcb7d15fba7ed5470ec (plain)
1
2
3
4
5
6
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 <Carbon/Carbon.h>
#endif

OpenPOWER on IntegriCloud