Home
Manpages
About
(root)/
binutils-2.41/
ld/
testsuite/
ld-x86-64/
simple.c
1
int
2
foo
(
int
x
)
3
{
4
return
x
*
4
;
5
}