7 lines
76 B
Rust
7 lines
76 B
Rust
fn blah() -> i32 { //~ ERROR mismatched types
|
|
1
|
|
|
|
;
|
|
}
|
|
|
|
fn main() { }
|