blob: c817049ffb88ec34d9ed448b5cc5f446c1ef521c [file] [log] [blame]
John Stiles6798e5d2020-09-17 18:20:26 -04001void main() {
2 switch (1) {
3 case 0:
4 case 1:
5 case 0:
6 break;
7 }
8}