Sign in
qemu
/
meson
/
refs/heads/0.45
/
.
/
test cases
/
common
/
139 override options
/
three.c
blob: 305a575acf91cea5e9f1f6678a6e491bb246cb0f [
file
] [
log
] [
blame
]
static
int
duplicate_func
()
{
return
4
;
}
int
func
()
{
return
duplicate_func
();
}