2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20000412-2.c
blobe76a1eb73b52a1e529f59f62302e90113eabd71f
1 char list[250][64];
3 int f(int idx) { return (strlen(list[idx])); }