blob: 247bb0c2ce69e99244427c4641d3d2271b23ba1d [file] [log] [blame]
// Binary: cache/js-dbg-32-a409054e1395-linux
// Flags: -m
//
load(libdir + 'asserts.js');
// value is not iterable
(function() {
for (var [x] in [[] < []])
{
// Just a useless expression.
[];
}
})();