mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
Opaque and `noreturn` makes sense since they don't represent real values, but `null` and `undefined` are perfectly normal comptime-only values. Closes #16088