mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 02:43:14 +01:00
10 lines
86 B
D
10 lines
86 B
D
module tangotests.switch1;
|
|
|
|
void main()
|
|
{
|
|
switch(0)
|
|
{
|
|
default:
|
|
}
|
|
}
|