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

     1  char list[250][64];
     2  
     3  int f(int idx) { return (strlen(list[idx])); }
     4