OSDN Git Service

Initial revision
[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 }