view norun/destructor_05.d @ 630:ecb96b2bf5cb

fixed module declaration
author thomask
date Sun, 14 Aug 2005 08:38:17 +0000
parents 8c1ae5dd51b0
children 9a121126b077
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// __DSTRESS_ELINE__ 10

module dstress.norun.destructor_05;

static ~this(){
	assert(0);
}

int main(){
	return 0;
}