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

int main(){
	assert(1i + 3i == 4i);

	return 0;
}