mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
10 lines
88 B
C++
10 lines
88 B
C++
|
|
void fn();
|
|
|
|
int f(int x) {
|
|
switch(x) {
|
|
default:
|
|
throw "error";
|
|
}
|
|
}
|