view norun/assert_05.d @ 756:9a121126b077

major "Torture" review
author thomask
date Sat, 03 Dec 2005 22:19:07 +0000
parents 30ad3655b9b0
children
line wrap: on
line source

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

// __DSTRESS_ELINE__ 11
// __DSTRESS_TORTURE_BLOCK__ -release

module dstress.norun.assert_05;

static this(){
	assert(0);
}

int main(){
	return 0;
}