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