forked from OSchip/llvm-project
8 lines
97 B
C
8 lines
97 B
C
|
/* For use with the objc_import.m test */
|
||
|
|
||
|
@interface TestPCH
|
||
|
+ alloc;
|
||
|
- (void)instMethod;
|
||
|
@end
|
||
|
|