dfmt/tests/otbs/issue0057.d.ref

12 lines
104 B
Plaintext

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