1 2 3 4 5 6 7 8 9
export fn a() void { b(); } // error // backend=stage2 // target=native // // :2:5: error: use of undeclared identifier 'b'