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