Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
an array like `int x[16] = {}` was emitted as `[0, 0, 0, 0, ...]`, but is not emitted as `[0; 16]`.
- Loading branch information