Allow to omit array length if an initializer is given
So that you can write something like `int x[] = {1, 2, 3}` instead of `int x[3] = {1, 2, 3}`.
parent
0d717373
Please register or sign in to comment
So that you can write something like `int x[] = {1, 2, 3}` instead of `int x[3] = {1, 2, 3}`.