comparison nocompile/a/array_initialization_31_D.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
comparison
equal deleted inserted replaced
1300:39bbedccb8c0 1301:c940cb1138cd
1 // $HeadURL$
2 // $Date$
3 // $Author$
4
5 // @author@ Don <clugdbug@yahoo.com.au>
6 // @date@ 2006-11-16
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=530
8 // @desc@ [Issue 530] segfault assigning array literal to a non-array const
9
10 // __DSTRESS_ELINE__ 14
11
12 module dstress.nocompile.a.array_initialization_31_E;
13
14 const int a = [2, 8];