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