Skip to content
GitLab
Explore
Sign in
Register
chibicc
parse.c
Find file
Blame
History
Permalink
Allow to omit array length if an initializer is given
· 53c6fc6f
Rui Ueyama
authored
Sep 04, 2020
So that you can write something like `int x[] = {1, 2, 3}` instead of `int x[3] = {1, 2, 3}`.
53c6fc6f