mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 16:46:09 +00:00
10 lines
110 B
Objective-C
10 lines
110 B
Objective-C
@interface FooPCH
|
|
void funcPCH1(int);
|
|
void funcPCH2(int);
|
|
|
|
enum E { Cake };
|
|
|
|
-(void)meth1;
|
|
-(void)meth2;
|
|
@end
|