mirror of
https://github.com/github/codeql.git
synced 2026-03-06 15:49:08 +01:00
13 lines
168 B
C++
13 lines
168 B
C++
// semmle-extractor-options: -std=c++17
|
|
|
|
void g(int x) {
|
|
switch (
|
|
int y = x;
|
|
y) {
|
|
case 1:
|
|
case 2:
|
|
default:
|
|
}
|
|
;
|
|
}
|