view run/bug_expression_661_B.d @ 264:fb4eff4ce900

extended bug_expression_661 (now 681) test zwang <nehzgnaw@gmail.com> 2005-02-03 news:ctth2h$1ai$1@digitaldaemon.com
author thomask
date Thu, 03 Feb 2005 23:37:22 +0000
parents
children
line wrap: on
line source

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

// @author@	zwang <nehzgnaw@gmail.com>
// @date@	2005-02-03
// @uri@	news:ctth2h$1ai$1@digitaldaemon.com

module dstress.run.bug_expression_661_B;

int main(){
	return cast(int)(.0>>0);
}