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