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