macro_rules! main { ($ty:ty => $($test:expr),*) => { ... }; ($($tt:tt)*) => { ... }; }
The whole point.