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

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

#![feature(panic_abort)]

extern crate panic_abort;

fn main() {}