view run/o/opMul_08_B.d @ 740:a14f98c3ae83

catch-up commit of bug reports
author thomask
date Sat, 12 Nov 2005 17:57:06 +0000
parents
children b8c0195059d9
line wrap: on
line source

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

// @author@	Don Clugston <dac@nospam.com.au>
// @date@	2005-11-08
// @uri@	news:dkq3ck$2370$1@digitaldaemon.com

module dstress.run.o.opMul_08_B;

int main(){
	const ifloat a = 1.0i;
	static assert(a * a == -1.0);

	return 0;
}