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