xref: /llvm-project/clang/test/InstallAPI/Inputs/Simple/SimpleInternalAPI2.h (revision 487720fc137ac7e97b15ca50ca2fc4a42430a6be)
1 #import <Foundation/Foundation.h>
2 
3 __attribute__((objc_exception))
4 @interface SimpleInternalAPI : NSObject
5 @end
6 
7 #define HAVE_SEEN_PROJECT_HEADER_FIRST 1
8