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