]> git.proxmox.com Git - rustc.git/blob - src/test/ui/panic-runtime/link-to-abort.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / panic-runtime / link-to-abort.rs
1 // run-pass
2
3 // compile-flags:-C panic=abort
4 // no-prefer-dynamic
5 // ignore-macos
6
7 #![feature(panic_abort)]
8
9 extern crate panic_abort;
10
11 fn main() {}