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