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