michael@0: // for-of on an empty array does nothing. michael@0: michael@0: for (var x of []) michael@0: fail();