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