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