master
1export fn f() void {
2    b = 3;
3}
4
5// error
6//
7// :2:5: error: use of undeclared identifier 'b'