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