mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
8 lines
147 B
Zig
8 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
|