view run/o/opSub_07_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.opSub_07_B;

int main(){
	const ifloat a = 1.0i;
	const ifloat b = 3.0i;

	static assert(a - b == -2.0i);

	return 0;
}