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