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