mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
f0b331e95a
Also standardise the terms "safety-checked" and "unchecked".
6 lines
81 B
Zig
6 lines
81 B
Zig
test "safety check" {
|
|
unreachable;
|
|
}
|
|
|
|
// test_error=reached unreachable code
|