1 | // RUN: %clang -arch x86_64 %s -fsyntax-only -Xclang -print-stats |
---|---|
2 | // REQUIRES: macos-sdk-10.12 |
3 | #ifdef __APPLE__ |
4 | #include <Cocoa/Cocoa.h> |
5 | #endif |
6 | |
7 |
1 | // RUN: %clang -arch x86_64 %s -fsyntax-only -Xclang -print-stats |
---|---|
2 | // REQUIRES: macos-sdk-10.12 |
3 | #ifdef __APPLE__ |
4 | #include <Cocoa/Cocoa.h> |
5 | #endif |
6 | |
7 |