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