Sign in
cobalt
/
cobalt
/
3cd5432aaed8f14f27f66ade1b51aa71df939492
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
category_top.h
blob: 269edc9182e39f9bb1b681af806b6e5c16324fd1 [
file
] [
log
] [
blame
]
@interface
Foo
@end
@interface
Foo
(
Top
)
-(
void
)
top
;
@end
@interface
Foo
(
Top2
)
-(
void
)
top2
;
@end
@interface
Foo
(
Top3
)
-(
void
)
top3
;
@end
@protocol
P1
@end
@protocol
P2
@end
@protocol
P3
,
P4
;