Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
.
/
clang
/
test
/
Import
/
overloaded-function
/
Inputs
/
F2.c
blob: 937efe54d84e0d2f3602f63be07c03f67f208e05 [
file
] [
log
] [
blame
]
struct
S
{
int
a
;
};
void
f
(
const
char
*
arg
)
{
}
void
f
(
S arg
)
{
}