0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-11-25 04:06:55 +01:00
rust/tests/ui/panic-runtime/link-to-abort.rs
2024-05-28 12:31:12 +02:00

11 lines
136 B
Rust

//@ run-pass
//@ compile-flags:-C panic=abort
//@ no-prefer-dynamic
#![feature(panic_abort)]
extern crate panic_abort;
fn main() {}