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