mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
7 lines
147 B
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
|