view run/ifloat_03.d @ 485:1197cba57329

9Li / 9Fi Thomas Kuehne <thomas-dloop@kuehne.thisisspam.cn> 2005-04-26 news:pln1k2-5f3.ln1@lnews.kuehne.cn
author thomask
date Tue, 26 Apr 2005 12:09:29 +0000
parents
children b8c0195059d9
line wrap: on
line source

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

// @author@	Thomas Kuehne <thomas-dloop@kuehne.thisisspam.cn>
// @date@	2005-04-26
// @uri@	news:pln1k2-5f3.ln1@lnews.kuehne.cn

module dstress.run.float_03;

int main(){
	ifloat c = 27fi;
	assert(c==27.0fi);
	return 0;
}