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