mirror of
https://github.com/ziglang/zig.git
synced 2026-01-12 02:15:12 +00:00
This is for consistency with the documentation on sentinel-terminated
{arrays,slices,pointers} which already use `N` for a comptime-inferred
size rather than `X`.
Also adds a behavioral test to assert that a string literal is returned.