1 2 3 4 5 6 7
// pp-exact #![feature(decl_macro)] pub(crate) macro mac { ($ arg : expr) => { $ arg + $ arg } } fn main() { }