Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
3c2fcf8705023e1d91d1c85dc7c8a4aa2248050b
/
.
/
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