OSDN Git Service

PR tree-optimization/34046
[pf3gnuchains/gcc-fork.git] / 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