mirror of
https://github.com/github/codeql.git
synced 2026-06-04 05:03:44 +02:00
6 lines
51 B
JavaScript
6 lines
51 B
JavaScript
function f() {
|
|
var x = 23;
|
|
return x+19;
|
|
}
|
|
|
|
f(42); |