mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
9 lines
142 B
Zig
9 lines
142 B
Zig
export fn a() void {
|
|
if(true);
|
|
}
|
|
|
|
// error
|
|
// backend=stage2
|
|
// target=native
|
|
//
|
|
// :2:13: error: expected block or assignment, found ';'
|