rust/src/test/run-fail/unwind-assert.rs
2011-09-11 17:31:39 -07:00

6 lines
70 B
Rust

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