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