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
9e777dbd
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}`.