summaryrefslogtreecommitdiffstats
path: root/tools/code-coverage/tests/xpcshell/support.js
blob: 9189427111f0615979f90103bdc75cd782e3cc30 (plain)
1
2
3
4
5
function test_code_coverage_func2() {
  return 22;
}

test_code_coverage_func2();