What is the meaning of following Code? Code is from the regression test suite of GCC.
static char * name[] = { [0x80000000] = "bar"};
What is the meaning of following Code? Code is from the regression test suite of GCC.
static char * name[] = { [0x80000000] = "bar"};