mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
11 lines
183 B
Zig
11 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
|