zig/std/special
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
..
compiler_rt different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
init-exe
init-lib
bootstrap_lib.zig
bootstrap_windows_tls.zig
bootstrap.zig
build_runner.zig
c.zig
compiler_rt.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
panic.zig
test_runner.zig