mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-20 03:55:48 -04: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
|