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