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