mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +00:00
12 lines
183 B
Zig
12 lines
183 B
Zig
export fn f() void {
|
|
const a = return;
|
|
_ = a;
|
|
}
|
|
|
|
// error
|
|
// backend=stage2
|
|
// target=native
|
|
//
|
|
// :2:5: error: unreachable code
|
|
// :2:15: note: control flow is diverted here
|