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