Sign in
ara-mdk
/
platform
/
external
/
clang
/
62bbe07f5aed5a2f9ae55ef480c4268cb4435d99
/
.
/
test
/
PCH
/
Inputs
/
chain-decls2.h
blob: b8b7d0466dc31f87574fc64640751ec988c8e2de [
file
] [
log
] [
blame
]
void
g
();
struct
two
{};
void
one
();
struct
three
{};
// for verification
void
many
(
int
k
);
struct
many
;
void
many
(
int
l
);
struct
many
{};
void
noret
()
__attribute__
((
noreturn
));