Sign in
gnu
/
binutils-gdb
/
refs/heads/binutils-2_41-branch
/
.
/
ld
/
testsuite
/
ld-elfvers
/
vers16a.c
blob: 153b1fdc779a8bb0f867db87be1990084f850bf3 [
file
]
int
show_bar
()
{
return
1
;
}
int
show_foo
()
{
return
show_bar
();
}