about summary refs log tree commit diff
path: root/tests/ui/macros/die-macro-2.rs
blob: d802f189ce1affb66ebd796b90089693f13d55ff (plain)
1
2
3
4
5
6
7
//@ run-fail
//@ error-pattern:test
//@ needs-subprocess

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