rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20000412-2.c

5 lines
69 B
C

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