view nocompile/o/opDiv_10_A.d @ 525:60bcfb2cf1e3

ifloat * ifloat => float
author thomask
date Wed, 11 May 2005 23:47:52 +0000
parents
children b8c0195059d9
line wrap: on
line source

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

// @author@	Thomas Kuehne <thomas-dloop@kuehne.thisisspam.cn>
// @date@	2005-05-11
// @uri@	news:rit129-at3.ln1@lnews.kuehne.cn

// __DSTRESS_ELINE__ 14

module dstress.nocompile.o.opDiv_10_A;

int main(){
	ifloat a = 4.0fi / 2.0fi;
	assert(a==2.0fi);
	return 0;
}