summaryrefslogtreecommitdiffstats
path: root/devtools/server/tests/unit/setBreakpoint-on-line-with-multiple-offsets.js
blob: b30ebb50491afb5cd0b27e46d76f15006c0bacfd (plain)
1
2
3
4
5
6
7
"use strict";

function f() {
  for (var i = 0; i < 1; ++i) {
    ;
  }
}