mirror of
https://github.com/github/codeql.git
synced 2026-03-16 04:26:47 +01:00
5 lines
47 B
JavaScript
5 lines
47 B
JavaScript
function sc_alert(i) {
|
|
for(;i;) ;
|
|
foo;
|
|
}
|