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