xxxxxxxxxx
import std.stdio;
extern(C) void main()
{
scope(exit) printf("scope exit\n");
printf("scope enter\n");
}
printf("normal exit");