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