d: Merge upstream dmd, druntime 26f049fb26, phobos 330d6a4fd.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / test16578b.d
blobeccc949b9c248ecae05c43a5ce7b95f977fa01d3
1 // https://issues.dlang.org/show_bug.cgi?id=16578
3 void main()
5 string[string] opts;
6 switch (2)
8 case 0:
9 opts["a"] = "";
11 case 1:
12 break;
14 default: