mirror of
https://github.com/github/codeql.git
synced 2026-05-26 09:01:22 +02:00
4 lines
61 B
JavaScript
4 lines
61 B
JavaScript
function f() {
|
|
var x = expensiveComputation();
|
|
return 23;
|
|
} |