main

Macro main 

Source
macro_rules! main {
    ($ty:ty => $($test:expr),*) => { ... };
    ($($tt:tt)*) => { ... };
}
Expand description

The whole point.