Macro test

Source
macro_rules! test {
    (@ $($segments:expr)*) => { ... };
    (S $jq:expr) => { ... };
    ($tf:expr) => { ... };
}