blob: 266eb1d948d5f7100ec88858b27cb38ecf43cb40 [file] [log] [blame]
// for-of on an empty array does nothing.
for (var x of [])
fail();