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