xref: /llvm-project/clang/test/Modules/Inputs/error/error.h (revision 1206b95e0703dc0a9b619a095d5564ac51c39d19)
1 #pragma mark mark
2 
3 @import undefined;
4 
5 @interface Error
6 - (int)method;
7 - (undefined)method2;
8 undefined;
9 @end
10 
11 undefined
12