Skip to content
Commit 5b955336 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 0d717373
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