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