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