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