Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
20091005-1_1.c
1
extern
int
i
[
10
]
;
2
int
main
(
)
{
return
i
[
0
]
;
}