blob: 7a35619b681336ff30871ad333382a4a9224d7d7 [file] [log] [blame] [edit]
//@ no-prefer-dynamic
#![feature(panic_runtime)]
#![crate_type = "rlib"]
#![panic_runtime]
#![no_std]
extern crate needs_panic_runtime;