[PATCH] fix for switch(bad_type) {...} segfault
[smatch.git] / validation / badtype4.c
blob4f0c494b36a4948e0b3347a19efe8d5b1f6d5ff2
1 void a(void)
3 switch(x) {
4 case 1:
5 break;