Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22265

Strange array initialize expression?

$
0
0

What is the meaning of following Code? Code is from the regression test suite of GCC.

static char * name[] = {   [0x80000000]  = "bar"};

Viewing all articles
Browse latest Browse all 22265