int arr[1024] = { [0 ... 1023] = -2 };

struct S { int x; int y; };
struct S sarr[2] = { [1].y = 1, [0].x = 5; };

ㅋㅋㅋ 표준이 아니라 아쉽