Files
codeql/javascript/extractor/tests/stmts/input/functions.js
2018-11-07 07:48:25 +00:00

14 lines
122 B
JavaScript

function g(x, y) {
return x+y;
}
function h() {}
k = function() {
return;
}
l = function f() {}
function() {}