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