mirror of
https://github.com/ziglang/zig.git
synced 2026-01-24 08:15:23 +00:00
This was already the case, but the documentation failed to point out that the returned value is of type `*const [N:0]u8`, i.e. that of a string literal. Also adds a behavioral test to assert that this is the case.