brintos

brintos / llvm-project-archived public Read only

0
0
Text · 281 B · 4646e16 Raw
19 lines · c
1/* For use with the objc_import.m test */2 3@interface TestPCH4+ alloc;5- (void)instMethod;6@end7 8@class NewID1;9@compatibility_alias OldID1 NewID1;10@class OldID1;11@class OldID1;12 13@class NewID2;14@compatibility_alias OldID2 NewID2;15@class OldID2;16@interface OldID217-(void)meth;18@end19