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