Complete unreachable checking for switch statements.

This commit is contained in:
Kugel Fuhr
2025-07-26 09:03:27 +02:00
parent 70c1bd5e3c
commit 8f4a4040d6
7 changed files with 239 additions and 62 deletions

View File

@@ -17,7 +17,7 @@ static int f2(void)
}
/* Unreachable */
a = 2;
return a;
return a;
}
static int f3(void)