Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
20010202-1.c
1
int
foo
(
int
n
,
char
m
[
1
]
[
n
]
)
;
2
3
int
foo
(
int
n
,
char
m
[
1
]
[
n
]
)
4
{
5
}
6