mirror of
https://github.com/github/codeql.git
synced 2026-06-15 18:01:10 +02:00
8 lines
80 B
C
8 lines
80 B
C
void f(int x) {
|
|
switch (x) {
|
|
case 1:
|
|
case 2:
|
|
}
|
|
;
|
|
}
|