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