mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Update test.c
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
void testFunction()
|
||||
void testFunction(char c1)
|
||||
{
|
||||
char c1;
|
||||
|
||||
|
||||
switch(c1){ // GOOD
|
||||
case 12:
|
||||
|
||||
Reference in New Issue
Block a user