aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/cocoa-pth.m
blob: 24b0579a249f8b6034d975288a7f9d8e64956efd (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 <Cocoa/Cocoa.h>
#endif