Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pmt.c
1
long
long
2
foo
(
a
,
b
)
3
long
long
a
,
b
;
4
{
5
return
a
;
6
}