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