mirror of
https://github.com/ziglang/zig.git
synced 2025-12-11 00:33:08 +00:00
10 lines
139 B
Zig
10 lines
139 B
Zig
export fn a() void {
|
|
return b + c;
|
|
}
|
|
|
|
// error
|
|
// backend=stage2
|
|
// target=native
|
|
//
|
|
// :2:12: error: use of undeclared identifier 'b'
|