about summary refs log tree commit diff
path: root/tests/ui/panics/panic-macro-explicit.rs
blob: 2c7b84d99fea29b87f9c08e782847849d0fc829e (plain)
1
2
3
4
5
6
7
8
//@ run-fail
//@ error-pattern:panicked
//@ error-pattern:explicit panic
//@ ignore-emscripten no processes

fn main() {
    panic!();
}