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