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