#![no_main] #[mock::app] mod app { #[shared] struct Shared {} #[local] struct Local {} #[init] fn init() -> (Shared, Local, init::Monotonics) {} }