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