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