mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
let (x = 23, y = 19) {
|
|
console.log(x + y);
|
|
}
|
|
|
|
//semmle-extractor-options: --experimental --extract-program-text
|