f28bbb2f95
Issue #236
3 lines
90 B
Rust
3 lines
90 B
Rust
// error-pattern:wooooo
|
|
fn main() { let a = 1; if 1 == 1 { a = 2; } fail "woooo" + "o"; }
|