trisquel-icecat/icecat/devtools/server/tests/xpcshell/setBreakpoint-on-line-with-multiple-statements.js

5 lines
67 B
JavaScript

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