Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
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
));