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