#![no_main] #![cfg_attr(target_os = "none", no_std)] fn empty() { rt::task::drop_privilege(); rt::trap(); } rt::task!(empty, rt::stack::MIN, 0);