dfmt/tests/allman/issue0057.d.ref
2015-03-14 15:51:50 -07:00

15 lines
108 B
Text

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