blob: d6cbc04f942e81cce8d6054b9238d585302ff939 [file] [log] [blame]
Ted Kremenekbe3f7f32009-01-09 00:41:48 +00001// RUN: clang %s -print-stats &&
2// RUN: clang -x objective-c++-header -o %t %s && clang -token-cache %t %s
Anders Carlsson4f3cc812008-08-23 22:21:00 +00003#ifdef __APPLE__
4#include <Cocoa/Cocoa.h>
5#endif