swc/crates/swc_ecma_codegen/tests/test262/446ffc8afda7e47f.js
2021-11-10 19:00:54 +09:00

5 lines
81 B
JavaScript

(function() {
var a, b, c = 1, d, e, f = 2;
(a, b, c) + (d, e, f);
}());