blob: 243034504f678d225c9098fb1c50c4b645948fd8 [file] [log] [blame]
var a = {0};
var b = {0: 1};
var c = {...a, ...b};
main() {}