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