OpenGrok
Cross Reference: i126256-2.c
xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-mn10300
/
i126256-2.c
Home
|
History
|
Annotate
|
Download
|
only in
ld-mn10300
1
int
2
sub
(
int
i)
3
{
4
return
i +
10
;
5
}
6