mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-25 21:00:03 +03:00
17 lines
212 B
D
17 lines
212 B
D
unittest
|
|
{
|
|
switch (cast(uint) sz)
|
|
{
|
|
case 3:
|
|
if (!global.params.is64bit)
|
|
goto Lmemory;
|
|
case 4:
|
|
t1 = Type.tint32;
|
|
break;
|
|
case 5:
|
|
if (!global.params.is64bit)
|
|
goto Lmemory;
|
|
default:
|
|
break;
|
|
}
|
|
}
|