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

fn main() {
    panic!()
}