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