# HG changeset patch # User thomask # Date 1107473842 0 # Node ID fb4eff4ce90082ac79dc00974425a944fcaeea58 # Parent 318764f837b99d71d67e06d828f319691ea3f26e extended bug_expression_661 (now 681) test zwang 2005-02-03 news:ctth2h$1ai$1@digitaldaemon.com diff -r 318764f837b9 -r fb4eff4ce900 run/bug_expression_661_B.d --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/run/bug_expression_661_B.d Thu Feb 03 23:37:22 2005 +0000 @@ -0,0 +1,13 @@ +// $HeadURL$ +// $Date$ +// $Author$ + +// @author@ zwang +// @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); +}