7 lines
65 B
Rust
7 lines
65 B
Rust
// error-pattern: return
|
|
|
|
fn f() -> int { }
|
|
|
|
fn main() { f(); }
|
|
|