zig/test/stage1
Andrew Kelley cbce61a209
better field access of types which have one possible value
* When you do field access of a type which only has one possible
   value, the result is comptime-known.
 * StorePtr instructions which operate on pointers to types which
   only have one possible value, the result is a comptime no-op.

closes #1554
2019-02-21 16:09:14 -05:00
..
behavior better field access of types which have one possible value 2019-02-21 16:09:14 -05:00
c_abi std.debug.assert: remove special case for test builds 2019-02-08 18:23:38 -05:00
behavior.zig @sliceToBytes works at comptime 2019-02-21 10:07:11 -05:00