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