// Check if the proc macro for modules exists and is correctly imported from top level use sdk_proc::module; #[module] pub struct Module { } fn main() {}