1 2 3 4 5 6 7 8 9 10
pub type S = u8; macro_rules! generate_exported { () => { #[macro_export] macro_rules! exported { () => ($crate::S) } }} generate_exported!();