zig/test/cases/compile_errors/undefined_value_call.zig

7 lines
147 B
Zig

pub export fn entry() void {
@as(fn () void, undefined)();
}
// error
//
// :2:31: error: use of undefined value here causes illegal behavior