1void main() {
2    switch (1) {
3        default:
4        default:
5            break;
6    }
7}
8