mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-26 13:19:58 +03:00
15 lines
108 B
Text
15 lines
108 B
Text
~this()
|
|
{
|
|
}
|
|
|
|
extern (C++) ~this()
|
|
{
|
|
global.gag = oldgag;
|
|
}
|
|
|
|
struct S
|
|
{
|
|
public ~this()
|
|
{
|
|
}
|
|
}
|