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