blob: 6a171753d9e2f447dd09f1e6b11fb654af2b236c [file]
// error-pattern: return
fn f() -> isize { }
fn main() { f(); }