Sign in
rust
/
rust-lang
/
llvm-project
/
2a2ea6b49e79325e0d10d33fac2b10ea3bebcc7c
/
.
/
clang
/
test
/
PCH
/
Inputs
/
chain-decls1.h
blob: 5700dd73bc7da8c9e61976b66280782f59c14d80 [
file
] [
log
] [
blame
]
void
f
(
void
);
struct
one
{};
void
two
(
void
);
void
many
(
int
i
);
struct
many
;
void
many
(
int
j
);
struct
many
;
void
noret
(
void
);