dfmt/tests/issue0057.d.ref

16 lines
108 B
Plaintext

~this()
{
}
extern (C++) ~this()
{
global.gag = oldgag;
}
struct S
{
public ~this()
{
}
}