zig/example/shared_library
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
..
build.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
mathtest.zig export _mh_execute_header with weak linkage 2019-02-18 16:47:30 -05:00
test.c zig build system supports building a library 2017-04-21 01:56:12 -04:00