Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
b1cb9c9006b2c125f73b2c903fde6cdb5ced5b63
/
.
/
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
));