@@ -12,6 +12,8 @@ int main(void)
printf("x = 2 \n");
case 3:
printf("x = 3 \n");
+ default:
+ printf("x is not in case");
}
return 0;