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