GCC does support it in C++, but apparently only when the indices go 0,1,2,3,...
Testing with just [1] = ... :
moto.cpp:16:1: sorry, unimplemented: non-trivial designated initializers not supported
GCC does support it in C++, but apparently only when the indices go 0,1,2,3,...
Testing with just [1] = ... :
moto.cpp:16:1: sorry, unimplemented: non-trivial designated initializers not supported