Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a69bbe02a2352271e8b14542073f177e24c499c1
/
.
/
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
)
{
}