llvm-for-llvmta/tools/clang/test/Modules/Inputs/class-extension/a.h

6 lines
55 B
Objective-C

@interface NSObject
@end
@interface A : NSObject
@end