this is my code:
switch(a){
case 1:
case 2:
case 3:
case 4:
printf("4\n");
break;
default:
break;
}
i need the nodes to make control flow graph for testing purposes.