Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
20090213_1.c
1
int
foo
(
int
x
)
2
{
3
return
x
*
32
;
4
}
5
6