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