Macro demo_hack::add_one []

macro_rules! add_one {
    ProcMacroHackExpr => { ... };
}

Add one to an expression.