Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/kotlin-native-toolchain
/
.
/
clang
/
test
/
PCH
/
Inputs
/
chain-decls1.h
blob: 9de446164d6df0c1a575142d3e2a1641335e8c80 [
file
] [
log
] [
blame
] [
edit
]
void
f
();
struct
one
{};
void
two
();
void
many
(
int
i
);
struct
many
;
void
many
(
int
j
);
struct
many
;
void
noret
();