Files
ldc/tests/mini/switch4.d
2008-07-23 18:04:06 +02:00

10 lines
86 B
D

module tangotests.switch1;
void main()
{
switch(0)
{
default:
}
}