Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pch/
decl-2.c
1
#include
"
decl-2.h
"
2
int
main
(
void
)
{
return
fun
(
1
,
2
)
;
}