1 2 3 4 5 6 7 8
--- source: code/src/ir/program.rs expression: "Program::new(vec![],\n vec![Instruction ::\n If(vec! [Instruction :: Constant(Operand :: Integer(42))])])" --- # symbols # instructions - if - constant i42