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

5 lines
57 B
Rust

// error-pattern:test
fn main() {
panic!("test");
}