Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
vla-7.c
1
/*
{ dg-options "-std=c99" }
*/
2
3
int
(
*
foo
)
(
int
(
*
a
)
[
*
]
)
;