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