1
0
Fork 0
forked from AbleOS/ableos
ableos/userland/aos_wasm_stress_test/src/main.rs

14 lines
179 B
Rust
Raw Normal View History

2022-01-13 08:54:33 -06:00
#![no_std]
#![no_main]
pub struct Command {}
fn _start(_command: Command) {}
/*
use core::panic::PanicInfo;
2022-01-13 08:54:33 -06:00
#[panic_handler]
fn panic(_info: &PanicInfo) -> ! {
loop {}
}
*/