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