xref
: /
toolchain
/
binutils
/
binutils-2.27
/
ld
/
testsuite
/
ld-x86-64
/
simple.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
foo(int x)
2
foo
(
int
x
)
3
{
4
return
x
*
4
;
5
}
6