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