Sign in
ara-mdk
/
platform
/
external
/
clang
/
8f0d1f053f3acadec28a2b1c0b6a714ad5a12aab
/
.
/
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
));