OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 920615-1.c
1 f()
2 {
3   int x[20] = {[0] = 5, [10] = 12};
4 }