OSDN Git Service

* config/xtensa/xtensa.c (xtensa_output_literal): Don't use #if.
[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