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

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
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