summary refs log tree commit diff
path: root/tests/ui/macros/die-macro-2.rs
blob: e5456bdfca0f92a51d7d24927560083ff09c6cd7 (plain)
1
2
3
4
5
6
7
//@ run-fail
//@ error-pattern:test
//@ ignore-emscripten no processes

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