blob: 44466977c9e79629968245e3a405b915192a7201 [file] [log] [blame] [edit]
//@ check-pass
//@ ignore-cross-compile (needs dylibs and compiletest doesn't have a more specific header)
//@ aux-crate:force:panic_handler=panic_handler.rs
//@ compile-flags: -Zunstable-options --crate-type dylib
//@ edition:2018
#![no_std]
extern crate panic_handler;
fn foo() {}