1 2 3 4 5 6 7
// error-pattern: mismatched types fn mk_int() -> uint { let int i = 3; ret i; } fn main() { }