summary refs log tree commit diff
path: root/src/test/run-fail/unique-panic.rs
blob: adefd796af492986ad0154bf1e5e4fa72291503b (plain)
1
2
3
4
5
// error-pattern: panic

fn main() {
    Box::new(panic!());
}