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