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