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