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

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