view norun/assert_04.d @ 737:30ad3655b9b0

updated meta data for torture
author thomask
date Sat, 12 Nov 2005 07:29:39 +0000
parents d7407a507f2d
children 9a121126b077
line wrap: on
line source

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

// __DSTRESS_ELINE__ 10

module dstress.norun.assert_04;

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

int main(){
	return 0;
}