OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[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