blob: e743e2344e77881a850a4b41bea177f636ea797a [file] [log] [blame] [edit]
// Ignore the first (used internally).
var first;
// A first definition.
for (var i = 25; i >= 0; --i) {
foo(i);
}
// Another definition, which we need to minify to the same thing.
for (var i = 25; i >= 0; --i) {
foo(i);
}
// EXTRA_INFO: { "globals": [] }