Files
zig/test/standalone/static_c_lib
Andrew Kelley b735764898 different array literal syntax when inferring the size
old syntax:  []i32{1, 2, 3}
new syntax: [_]i32{1, 2, 3}

closes #1797
2019-06-09 19:26:32 -04:00
..
2019-03-03 12:35:09 -05:00
2019-03-03 12:35:09 -05:00
2019-03-03 12:35:09 -05:00