changeset 1300:39bbedccb8c0

[Issue 534] IPF trying to initialize an associative array Stewart Gordon <smjg@iname.com> 2006-11-16 http://d.puremagic.com/issues/show_bug.cgi?id=534
author thomask
date Sun, 31 Dec 2006 01:59:23 +0000
parents 38be9fe455e2
children c940cb1138cd
files nocompile/a/associative_array_22_A.d
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/a/associative_array_22_A.d	Sun Dec 31 01:59:23 2006 +0000
@@ -0,0 +1,14 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Stewart Gordon <smjg@iname.com>
+// @date@	2006-11-16
+// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=534
+// @desc@	[Issue 534] IPF trying to initialize an associative array
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.a.associative_array_22_A;
+
+static int[int] yuiop = [ 4: 5, 10: 6, 69: 30 ];