aboutsummaryrefslogtreecommitdiff
path: root/test/Integration/cocoa.m
blob: d814b3ee21bcd35ad95d34d0a233e0eabb00b9d2 (plain) (blame)
1
2
3
4
5
// RUN: %clang -arch x86_64 %s -fsyntax-only -Xclang -print-stats
#ifdef __APPLE__
#include <Cocoa/Cocoa.h>
#endif