module tangotests.switch2; void main() { int i=0; switch(i) { case 0: return; case 1: return; default: assert(0); } }