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