The following invalid code crashes DMD 2.058head void main(){ int x; switch(x){ foreach(y;[1,2,3]){ case y: break; } default: break; } } Internal error: backend/symbol.c 1032
*** Issue 12920 has been marked as a duplicate of this issue. ***
*** This issue has been marked as a duplicate of issue 16523 ***