mirror of
https://github.com/github/codeql.git
synced 2025-12-25 13:16:33 +01:00
4 lines
61 B
JavaScript
4 lines
61 B
JavaScript
function f() {
|
|
var x = expensiveComputation();
|
|
return 23;
|
|
} |