mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-13 11:23:14 +01:00
9 lines
70 B
D
9 lines
70 B
D
module tangotests.switch1;
|
|
|
|
void main()
|
|
{
|
|
switch(0)
|
|
{
|
|
}
|
|
}
|