view norun/switch_18.d @ 756:9a121126b077

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

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

// __DSTRESS_TORTURE_BLOCK__ -release
// __DSTRESS_ELINE__ 13

module dstress.norun.switch_18;

int i;

static this(){
	switch(i){
		case 1: i++; break; // dummy
		
	}
}

int main(){
	return 0;
}