modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/920615-1.c (about)

     1  f()
     2  {
     3    int x[20] = {[0] = 5, [10] = 12};
     4  }