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