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