(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
20000412-2.c
       1  char list[250][64];
       2  
       3  int f(int idx) { return (strlen(list[idx])); }
       4