modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/20010202-1.c (about)

     1  int foo (int n, char m[1][n]);
     2  
     3  int foo (int n, char m[1][n])
     4  {
     5  }
     6