summaryrefslogtreecommitdiffstats
path: root/devtools/server/tests/xpcshell/source-03.js
blob: af623a2eb24bc56b72294c80fdf7aafbfaad51bd (plain)
1
2
3
4
5
6
7
/* eslint-disable */

function init() {
  var a = foo();
}

function foo() {}