Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
28ba2ee5c5cc3e43ebf5f9d7464037689d82a198
/
.
/
test
/
Index
/
annotate-toplevel-in-objccontainer.m.h
blob: fe507fc0b7cddf9f838d9b95f26afc53239710c4 [
file
] [
log
] [
blame
]
@interface
FooPCH
void
funcPCH1
(
int
);
void
funcPCH2
(
int
);
enum
E
{
Cake
};
-(
void
)
meth1
;
-(
void
)
meth2
;
@end