rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20010202-1.c

7 lines
67 B
C

int foo (int n, char m[1][n]);
int foo (int n, char m[1][n])
{
}