mirror of
https://github.com/github/codeql.git
synced 2025-12-28 22:56:32 +01:00
6 lines
51 B
JavaScript
6 lines
51 B
JavaScript
function f() {
|
|
var x = 23;
|
|
return x+19;
|
|
}
|
|
|
|
f(42); |