mirror of
https://github.com/ziglang/zig.git
synced 2025-12-14 18:23:12 +00:00
12 lines
146 B
Zig
12 lines
146 B
Zig
export fn a() void {
|
|
return
|
|
b +
|
|
c;
|
|
}
|
|
|
|
// error
|
|
// backend=stage2
|
|
// target=native
|
|
//
|
|
// :3:5: error: use of undeclared identifier 'b'
|