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