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