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