mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 04:06:55 +01:00
11 lines
136 B
Rust
11 lines
136 B
Rust
//@ run-pass
|
|
|
|
//@ compile-flags:-C panic=abort
|
|
//@ no-prefer-dynamic
|
|
|
|
#![feature(panic_abort)]
|
|
|
|
extern crate panic_abort;
|
|
|
|
fn main() {}
|