rust/src/test/run-fail/unwind-fail.rs
Brian Anderson 4fba02c7e9 Invoke upcall_fail
This allows landing pads to be generated around fail statements

Issue #236
2011-09-11 17:31:38 -07:00

6 lines
54 B
Rust

// error-pattern:fail
fn main() {
@0;
fail;
}