5 lines
57 B
Rust
5 lines
57 B
Rust
|
|
|
|
|
|
// error-pattern:1 == 2
|
|
fn main() { assert (1 == 2); } |