view run/o/opEquals_04_G.d @ 798:b483c271ce80

Don Clugston <dac@nospam.com.au> 2006-01-23 news:dr2ia9$24de$1@digitaldaemon.com
author thomask
date Wed, 25 Jan 2006 08:02:59 +0000
parents
children
line wrap: on
line source

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

// @author@	Don Clugston <dac@nospam.com.au>
// @date@	2006-01-23
// @uri@	news:dr2ia9$24de$1@digitaldaemon.com

// __DSTRESS_TORTURE_BLOCK__ -release

module dstress.run.o.opEquals_04_G;

int main(){
	assert("abc" == "abc");
	return 0;
}