about summary refs log tree commit diff
path: root/tests/ui/panics/main-panic.rs
blob: 9f2a92da90f53e4a4febba57e4bdb3fc0c2ac272 (plain)
1
2
3
4
5
6
7
//@ run-fail
//@ regex-error-pattern: thread 'main' \(\d+\) panicked at
//@ needs-subprocess

fn main() {
    panic!()
}