mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
14 lines
122 B
JavaScript
14 lines
122 B
JavaScript
function g(x, y) {
|
|
return x+y;
|
|
}
|
|
|
|
function h() {}
|
|
|
|
k = function() {
|
|
return;
|
|
}
|
|
|
|
l = function f() {}
|
|
|
|
function() {}
|