Files
llvm-project/clang/test/SemaObjC/cocoa.m
Chris Lattner 89026888ef move all objc sema tests into a new SemaObjC directory. Next step is to
remove the objc- prefix from the tests that use it.

llvm-svn: 54084
2008-07-26 00:57:24 +00:00

6 lines
80 B
Objective-C

// RUN: clang %s -print-stats
#ifdef __APPLE__
#include <Cocoa/Cocoa.h>
#endif