d2b03a8622d3042e5c39fea3b802cdf565931dfc
[cparser] / cp_error021.c
1
2 int main(void) {
3         int arr[] = { [4] = 2, };
4
5         return 0;
6 }