Macro setup

Source
macro_rules! setup {
    ($t:ident) => { ... };
}