Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f0a1c65fb007d727ff93bd8ff9c438f689cde77d
/
.
/
clang
/
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