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