Macro add_ir_return

Source
macro_rules! add_ir_return {
    ($arr: ident += $variant: ident($val: ident)) => { ... };
}