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