2024-02-16 14:02:50 -06:00
|
|
|
//@ 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
|
2023-03-13 22:55:43 -05:00
|
|
|
|
|
|
|
#![no_std]
|
|
|
|
|
|
|
|
fn foo() {}
|