zig/example/mix_o_files
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
..
base64.zig Pointer Reform: proper slicing and indexing (#1053) 2018-06-04 22:11:14 -04:00
build.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
test.c fix exported variable not named in the object file 2018-02-11 16:46:02 -05:00