Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
use_of_undeclared_identifier.zig
pretty
plain
permalink
blame
history
•
7 lines
•
96 B
1
export fn f() void {
2
b = 3;
3
}
4
5
// error
6
//
7
// :2:5: error: use of undeclared identifier 'b'