# HG changeset patch # User thomask # Date 1167530363 0 # Node ID 39bbedccb8c0d4cc73ae3b88f9a7174fd7039069 # Parent 38be9fe455e25a4991ef9b73f0a34a8c12b19572 [Issue 534] IPF trying to initialize an associative array Stewart Gordon 2006-11-16 http://d.puremagic.com/issues/show_bug.cgi?id=534 diff -r 38be9fe455e2 -r 39bbedccb8c0 nocompile/a/associative_array_22_A.d --- /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 +// @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 ];