view nocompile/a/array_initialization_31_E.d @ 1301:c940cb1138cd

[Issue 530] segfault assigning array literal to a non-array const Don <clugdbug@yahoo.com.au> 2006-11-16 http://d.puremagic.com/issues/show_bug.cgi?id=530
author thomask
date Sun, 31 Dec 2006 01:59:44 +0000
parents
children
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// @author@	Don <clugdbug@yahoo.com.au>
// @date@	2006-11-16
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=530
// @desc@	[Issue 530] segfault assigning array literal to a non-array const

// __DSTRESS_ELINE__ 14

module dstress.nocompile.a.array_initialization_31_E;

const int a = [2, 8];