1extern "c" fn definitelyNotInLibC(a: i32, b: i32) i32 { 2 return a + b; 3} 4 5// error 6// 7// :1:1: error: extern functions have no body