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

// error
// backend=stage2
// target=native
//
// :2:31: error: use of undefined value here causes undefined behavior