1 2 3 4 5 6 7
use accel_derive::kernel; // Build test #[kernel] unsafe fn do_nothing() {} fn main() {}