view nocompile/bug_constfold_575_R.d @ 516:592f9ae41ba5

post DMD-0.122 review [1+2/n]
author thomask
date Tue, 10 May 2005 23:59:14 +0000
parents
children b8c0195059d9
line wrap: on
line source

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

// @author@	David L. Davis <SpottedTiger@yahoo.com>
// @date@	2005-04-24
// @uri@	news:d4deen$1j8c$1@digitaldaemon.com

// __DSTRESS_ELINE__ 16

module dstress.nocompile.bug_constfold_575_R;

int main(){
	creal a=creal.min;
	creal b=creal.max;
	if (a > b){
		assert(0);
	}
	return 0;
}