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