Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
20081125_0.c
1
int
foo
(
int
)
;
2
3
int
main
(
)
4
{
5
return
foo
(
0
)
;
6
}