Macro custom_ir_variable

Source
macro_rules! custom_ir_variable {
    ($vis:vis IR<$variable:ty>) => { ... };
}