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