2024-02-16 20:02:50 +00:00
|
|
|
//@ compile-flags:-C panic=abort
|
|
|
|
|
//@ no-prefer-dynamic
|
2022-05-20 21:52:00 +01:00
|
|
|
|
2025-09-07 12:31:35 -04:00
|
|
|
#![feature(no_core)]
|
2022-05-20 21:52:00 +01:00
|
|
|
#![crate_type = "rlib"]
|
|
|
|
|
#![no_std]
|
2025-09-07 12:31:35 -04:00
|
|
|
#![no_core]
|