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