macro_rules! fmt_list {
    ($input:expr) => { ... };
    ($input:expr, $($args:expr),+) => { ... };
}