Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/17.0-2023-12-14
/
.
/
clang
/
test
/
PCH
/
Inputs
/
chain-selectors2.h
blob: 655f5659d22b18152461d5a7a1bf7873c648a0b4 [
file
] [
log
] [
blame
] [
edit
]
@interface
Y
-(
void
)
f
;
-(
void
)
f2
;
-(
void
)
x
;
-(
void
)
y
;
-(
void
)
e
;
@end
void
foo2
(
void
)
{
// FIXME: Can't verify warnings in headers
//(void)@selector(y);
//(void)@selector(e);
}
@interface
X
(
Blarg
)
-
(
void
)
blarg_method
;
@end