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