dfmt/tests/issue0090.d
Hackerpilot b07ecacb91 Fix #90
2015-03-10 14:26:22 -07:00

10 lines
86 B
D

unittest
{
L1:
switch (x)
{
case Case:
doSomething();
doSomethingElse();
}
}