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