view nocompile/a/array_initialization_18_A.d @ 606:13382c0e879a

duplicate test-ID clean up
author thomask
date Thu, 21 Jul 2005 18:44:29 +0000
parents
children b8c0195059d9
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_18_A;

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