view nocompile/bug_cg87_1240_C.d @ 468:9db08558fa6f

implicit conversion between ifloat and float David L. Davis <SpottedTiger@yahoo.com> 2005-04-23 news:d4cemj$mma$1@digitaldaemon.com
author thomask
date Sat, 23 Apr 2005 05:56:24 +0000
parents
children
line wrap: on
line source

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

// @author@	David L. Davis <SpottedTiger@yahoo.com>
// @date@	2005-04-23
// @uri@	news:d4cemj$mma$1@digitaldaemon.com

// __DSTRESS_ELINE__ 16

module dstress.nocompile.bug_cg87_1240_C;

int main(){
	float r;
 
	if (r < ifloat.max){
		assert(0);
	}		
	return 0;
}