5 lines
77 B
Rust
5 lines
77 B
Rust
fn f() -> ! {
|
|
3 //! ERROR expected `_|_` but found `int`
|
|
}
|
|
fn main() { }
|