about summary refs log tree commit diff
path: root/tests/ui/panic-runtime/link-to-abort.rs
blob: 98718ab8342b8b7f69a978d48650d2451d4adbdd (plain)
1
2
3
4
5
6
7
8
9
10
11
//@ run-pass

//@ compile-flags:-C panic=abort
//@ no-prefer-dynamic
//@ ignore-backends: gcc

#![feature(panic_abort)]

extern crate panic_abort;

fn main() {}