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