mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 10:19:00 +00: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() {}
|