aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/undefined_value_call.zig
blob: 29a56dfcaf672006d0b279b01678d8396141ac43 (plain)
1
2
3
4
5
6
7
pub export fn entry() void {
    @as(fn () void, undefined)();
}

// error
//
// :2:31: error: use of undefined value here causes illegal behavior