Skip to content
Commit c0b71d15 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 ea010a16
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