switch: fix label sorting

This commit is contained in:
Pavlas, Zdenek
2016-10-03 00:40:37 -07:00
parent c2ad11ac70
commit da63695cf3
2 changed files with 9 additions and 2 deletions

View File

@ -1554,6 +1554,9 @@ void switch_test()
case 3:
printf("b");
break;
case 0xc33c6b9fU:
case 0x7c9eeeb9U:
break;
}
}
printf("\n");