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