1 2 3 4 5 6 7 8 9
// error-pattern: mismatched types fn f(x : &a.int) -> &a.int { ret &3; } fn main() { }