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

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

#![feature(panic_abort)]

extern crate panic_abort;

fn main() {}