dfmt/tests/issue0092.d.ref

13 lines
179 B
Plaintext

unittest
{
switch (cast(uint) sz)
{
case 3:
if (!global.params.is64bit)
goto Lmemory;
case 4:
t1 = Type.tint32;
break;
}
}