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