ref: e970b6d6eb50125717e637375bd893f223d2c7e7 dir: /test/asm/operator-precedence.asm/
println 1 == 1 || 1 == 2 println (1 == 1) || (1 == 2)