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