Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
clang
/
test
/
PCH
/
Inputs
/
chain-decls1.h
blob: 9de446164d6df0c1a575142d3e2a1641335e8c80 [
file
] [
log
] [
blame
]
void
f
();
struct
one
{};
void
two
();
void
many
(
int
i
);
struct
many
;
void
many
(
int
j
);
struct
many
;
void
noret
();