]> git.lizzy.rs Git - rust.git/blob - src/test/ui/panic-runtime/link-to-unwind.rs
move an `assert!` to the right place
[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 }