Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.misc-tests/
outputs-1.c
1
extern
void
f
(
)
;
2
int
main
(
)
{
3
f
(
)
;
4
}