xxxxxxxxxx
import std.logger;
class Test {
~this() {
log("abc");
}
void main()
{
scope t = new Test();