macro_rules! third { (first, $($code:tt)*) => { ... }; (second, $($code:tt)*) => { ... }; (third, $($code:tt)*) => { ... }; }
macro_rules! third { (first, $($code:tt)*) => { ... }; (second, $($code:tt)*) => { ... }; (third, $($code:tt)*) => { ... }; }