mirror of
https://github.com/github/codeql.git
synced 2026-07-23 20:22:02 +02:00
9 lines
90 B
C
9 lines
90 B
C
|
|
void f(int i) {
|
|
switch(i) {
|
|
case 123 ... 129: // $ Alert
|
|
break;
|
|
}
|
|
}
|
|
|