6 lines
67 B
Rust
6 lines
67 B
Rust
// error-pattern:mismatched types
|
|
|
|
fn main() {
|
|
die!("test");
|
|
}
|