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