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