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