blob: beb205d48e872b1c25aad837277f78fdf2b85871 [file] [log] [blame]
// Destructuring does not occur when the target of for-of is an empty typed array.
for (var [[x]] of new Int32Array(0))
throw "FAIL";