1 2 3 4 5 6 7 8
#![no_std] #![crate_type = "lib"] #![crate_name = "a"] #[macro_export] macro_rules! foo { () => () }