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