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