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