mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
6 lines
100 B
Zig
6 lines
100 B
Zig
comptime {
|
|
_ = @errorFromInt(12345);
|
|
}
|
|
|
|
// test_error=integer value '12345' represents no error
|