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