Sign in
cobalt
/
cobalt
/
1bdf8b5470dc937a8c92ce7e2f6d3392c6a1180c
/
.
/
third_party
/
llvm-project
/
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
();