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