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