2001-err-decl-mismatch-return.spl (58B)
1 2 fn hello(a i32, b i32) bool; 3 4 fn hello(a i32, b i32) { 5 }