Files
zig/test/cases/compile_errors/undefined_assembly_clobbers.zig
2026-03-15 22:37:38 +01:00

8 lines
143 B
Zig

export fn foo() void {
asm volatile("" ::: undefined);
}
// error
//
// :2:25: error: use of undefined value here causes illegal behavior