macro_rules! test_add_all {
    (($($i:ident),*), $tlst:tt) => { ... };
}