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