Sign in
rust
/
rust-lang
/
llvm-project
/
2a2ea6b49e79325e0d10d33fac2b10ea3bebcc7c
/
.
/
clang
/
test
/
PCH
/
Inputs
/
chain-decls2.h
blob: c6488a3a738dd1f3808eba8f45c08f85d1f17dee [
file
] [
log
] [
blame
]
void
g
(
void
);
struct
two
{};
void
one
(
void
);
struct
three
{};
// for verification
void
many
(
int
k
);
struct
many
;
void
many
(
int
l
);
struct
many
{};
void
noret
(
void
)
__attribute__
((
noreturn
));