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