// error-pattern: mismatched types fn f() { } fn main() { let int i; i = f(); }