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