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