switch: fix label sorting
This commit is contained in:
@ -1554,6 +1554,9 @@ void switch_test()
|
||||
case 3:
|
||||
printf("b");
|
||||
break;
|
||||
case 0xc33c6b9fU:
|
||||
case 0x7c9eeeb9U:
|
||||
break;
|
||||
}
|
||||
}
|
||||
printf("\n");
|
||||
|
||||
Reference in New Issue
Block a user