Sign in
cobalt
/
cobalt
/
0c2b1d4428f8ae16220e86a16bebd07ff691a412
/
.
/
third_party
/
llvm-project
/
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