zig/test
Andrew Kelley 2a25398c86 fix segfault when passing union enum with sub byte...
...field to const slice parameter

we use a packed struct internally to represent a const array
of disparate union values, and needed to update the internal
getelementptr instruction to recognize that.

closes #664
2017-12-24 04:11:58 -05:00
..
cases fix segfault when passing union enum with sub byte... 2017-12-24 04:11:58 -05:00
standalone explicitly return from blocks 2017-12-22 00:50:30 -05:00
assemble_and_link.zig `@import("builtin")` instead of `@compileVar` 2017-05-01 13:12:38 -04:00
behavior.zig add labeled loops, labeled break, labeled continue. remove goto 2017-12-20 23:00:19 -05:00
build_examples.zig std.os.ChildProcess: on windows cwd affects exe search path 2017-10-16 02:30:03 -04:00
compare_output.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
compile_errors.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
debug_safety.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
tests.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00
translate_c.zig explicitly return from blocks 2017-12-22 00:50:30 -05:00