2000-err-decl-mismatch-type.src (83B)
1 2 func hello(a i32, b i32) bool; 3 4 func hello(a i32, b bool) bool { 5 return false; 6 }