comparison nocompile/a/array_initialization_17_A.d @ 603:d49e22280d75

post PFLUG catch up 2
author thomask
date Mon, 18 Jul 2005 21:50:03 +0000
parents
children
comparison
equal deleted inserted replaced
602:58c17111478f 603:d49e22280d75
1 // $HeadURL$
2 // $Date$
3 // $Author$
4
5 // @author@ Stewart Gordon <smjg_1998@yahoo.com>
6 // @date@ 2005-07-18
7 // @uri@ news:dbft7s$2jo3$1@digitaldaemon.com
8
9 // __DSTRESS_ELINE__ 13
10
11 module dstress.nocompile.a.array_initialization_17_A;
12
13 int[3] qwert = [ 13, 42, 105, 666 ];