summary refs log tree commit diff
path: root/tests/ui/panic-runtime/bad-panic-flag2.rs
blob: 3875325deae28f15a901b664aa73529438dd96f5 (plain)
1
2
3
4
//@ compile-flags:-C panic
//@ error-pattern:requires either `unwind` or `abort`

fn main() {}