dfmt/tests/allman/issue0092.d.ref

18 lines
281 B
Plaintext

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;
}
}