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