summaryrefslogtreecommitdiffstats
path: root/devtools/server/tests/xpcshell/setBreakpoint-on-line-with-multiple-statements.js
blob: d92231e6517176692e4b54d0220252960348fc28 (plain)
1
2
3
4
5
"use strict";

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