rust/src/test/run-fail/panic-macro-owned.rs
2018-12-25 21:08:33 -07:00

5 lines
93 B
Rust

// error-pattern:panicked at 'test-fail-owned'
fn main() {
panic!("test-fail-owned");
}