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