macro_rules! __static_cond {
    (goals goals) => { ... };
    (goals id) => { ... };
}