dfmt/tests/issue0057.d

13 lines
90 B
D

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