mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 14:53:08 +00:00
10 lines
142 B
Zig
10 lines
142 B
Zig
export fn a() void {
|
|
if(true);
|
|
}
|
|
|
|
// error
|
|
// backend=stage2
|
|
// target=native
|
|
//
|
|
// :2:13: error: expected block or assignment, found ';'
|