Sign in
rust
/
llvm-project
/
refs/heads/rustc/12.0-2021-02-03
/
.
/
clang
/
test
/
Import
/
overloaded-function
/
Inputs
/
F2.c
blob: 937efe54d84e0d2f3602f63be07c03f67f208e05 [
file
] [
log
] [
blame
] [
edit
]
struct
S
{
int
a
;
};
void
f
(
const
char
*
arg
)
{
}
void
f
(
S arg
)
{
}