zig/test/stage1
LemonBoy e3c92d0532 ir: More changes to sentinel-terminated const arrays
* Don't add an extra slot for the sentinel. Most of the code keeps using
  the constant value from the type descriptor, let's harmonize all the
  code dealing with sentinels.

* Properly write out sentinel values when reinterpreting pointers at
  comptime.

* Allow the reading of the 0th element in a `[0:S]T` type.
2020-03-19 09:53:30 -04:00
..
behavior ir: More changes to sentinel-terminated const arrays 2020-03-19 09:53:30 -04:00
c_abi more test regression fixes 2019-11-29 23:04:19 -05:00
behavior.zig add test case to catch regression from previous commit 2020-02-25 21:24:27 -05:00