summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/cocoa-pth.m
blob: dc806dfb7c091d93e7f391df9e9f35ad838d1404 (plain)
1
2
3
4
5
6
7
// 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 <Cocoa/Cocoa.h>
#endif

OpenPOWER on IntegriCloud