macro_rules! test_field {
    ($mod_name: ident; $field: ty $(; $tail:tt)*) => { ... };
}