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