rust/src/test/run-fail/unwind-assert.rs

6 lines
70 B
Rust
Raw Normal View History

// error-pattern:fail
fn main() {
let a = @0;
assert false;
}