summary refs log tree commit diff
path: root/src/test/run-fail/die-macro.rs
blob: 846b9ea24d3b7f0b7b3f1ca6e78c0a6491a7ae81 (plain)
1
2
3
4
5
// error-pattern:test

fn main() {
    panic!("test");
}