]> git.lizzy.rs Git - rust.git/blob - src/test/ui/panic-runtime/link-to-unwind.rs
Auto merge of #87284 - Aaron1011:remove-paren-special, r=petrochenkov
[rust.git] / src / test / ui / panic-runtime / link-to-unwind.rs
1 // run-pass
2
3 // no-prefer-dynamic
4
5 #![feature(panic_unwind)]
6
7 extern crate panic_unwind;
8
9 fn main() {
10 }