view run/assert_06.d @ 383:23e3c52afce6

module destructor sequence for vital ( extern(C) _d_... ) modules 2/2
author thomask
date Sat, 02 Apr 2005 20:31:10 +0000
parents
children
line wrap: on
line source

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

module dstress.run.assert_06;

static this(){
	assert(1);
}

int main(){
	return 0;
}