changeset 163:23c3da8970e3

dstress.run.bug_expression_661_A Simon Buchan <currently@no.where> 2004-11-30 news:opsh76x6l7jccy7t@simon.homenet nntp://news.digitalmars.com/digitalmars.D.bugs:2371
author thomask
date Wed, 01 Dec 2004 07:49:22 +0000
parents df550d679fcc
children a76b2b568cc3
files run/bug_expression_661_A.d
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/bug_expression_661_A.d	Wed Dec 01 07:49:22 2004 +0000
@@ -0,0 +1,17 @@
+// $HeadURI$
+// $Date$
+// $Author$
+
+// @uri@	news:opsh76x6l7jccy7t@simon.homenet
+// @author@	Simon Buchan <currently@no.where>
+// @date@	2004-11-30
+// @url@	nntp://news.digitalmars.com/digitalmars.D.bugs:2371
+
+module dstress.run.bug_expression_661_A;
+
+ulong[cast(uint)((cast(float)byte.sizeof/ulong.sizeof)-int.max>>2)+int.max>>2] hexarray;
+
+int main(){
+	assert(!(hexarray === null));
+	return 0;
+}