mirror of
https://github.com/github/codeql.git
synced 2026-04-03 06:08:17 +02:00
6 lines
56 B
JavaScript
6 lines
56 B
JavaScript
someGlobal = "";
|
|
|
|
!function() {
|
|
var x = someGlobal;
|
|
}
|