mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
8 lines
143 B
Zig
8 lines
143 B
Zig
export fn foo() void {
|
|
asm volatile("" ::: undefined);
|
|
}
|
|
|
|
// error
|
|
//
|
|
// :2:25: error: use of undefined value here causes illegal behavior
|