
These are somewhat arbitrary tests that check if "thing goes fine" when processing various platform-specific headers. Also move warn-sysheader.cpp to Misc where the other diagnostics infrastructure tests live. File moves only. llvm-svn: 207936
6 lines
116 B
Objective-C
6 lines
116 B
Objective-C
// RUN: %clang -arch x86_64 %s -fsyntax-only -Xclang -print-stats
|
|
#ifdef __APPLE__
|
|
#include <Cocoa/Cocoa.h>
|
|
#endif
|
|
|