changeset 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 318764f837b9
children fd1663a1f2dd
files run/bug_expression_661_B.d
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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 <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);
+}