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