dfmt/tests/knr/issue0057.d.ref

15 lines
108 B
Plaintext

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