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