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