Macro base_main

Source
macro_rules! base_main {
    ( year $year: expr; $( $tail: tt )* ) => { ... };
}