summaryrefslogtreecommitdiffstats
path: root/devtools/server/tests/xpcshell/setBreakpoint-on-column-with-no-offsets-in-gcd-script.js
blob: adce39193da427d71fdb1719ea47e0f167470d6e (plain)
1
2
3
4
5
6
7
"use strict";

function f() {}

(function () {
  var a = 1;            var c = 3;
})();