#unittest { name: "Arithmetic expression (*,/,%) with multiple subnodes, testing optimizer operator execution order."; error: NONE; result: 9; }; func main() { var a = 6 / 2 * 3; return a; }