Skip to content
Commit b15b929b authored by Rui Ueyama's avatar Rui Ueyama
Browse files

Allow array length to be omitted 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 15ee5211
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment