view 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
line wrap: on
line source

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

// @author@	Stewart Gordon <smjg_1998@yahoo.com>
// @date@	2005-07-18
// @uri@	news:dbft7s$2jo3$1@digitaldaemon.com

// __DSTRESS_ELINE__ 13

module dstress.nocompile.a.array_initialization_17_A;

int[3] qwert = [ 13, 42, 105, 666 ];