view nocompile/o/opMul_09_B.d @ 874:47f2c595b3b6

Don Clugston <dac@nospam.com.au> 2006-03-01 news:du4en6$seu$1@digitaldaemon.com
author thomask
date Thu, 02 Mar 2006 08:14:25 +0000
parents
children b8c0195059d9
line wrap: on
line source

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

// @author@	Don Clugston <dac@nospam.com.au>
// @date@	2006-03-01
// @uri@	news:du4en6$seu$1@digitaldaemon.com

// __DSTRESS_ELINE__ 15

module dstress.nocompile.o.opMul_09_B;

void main(){
	bool b = true;
	b = b * float.nan;
}