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