view nocompile/length_07.d @ 426:1b47a6668c2a

setting length of constant array MicroWizard <MicroWizard_member@pathlink.com> 2005-04-11 news:d3em9h$bdg$1@digitaldaemon.com
author thomask
date Tue, 12 Apr 2005 14:28:49 +0000
parents
children b8c0195059d9
line wrap: on
line source

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

// @author@	MicroWizard <MicroWizard_member@pathlink.com>
// @date@	2005-04-11
// @uri@	news:d3em9h$bdg$1@digitaldaemon.com

// __DSTRESS_ELINE__ 15

module dstress.nocompile.length_07;

void test(){
	char[2] kuka;
	kuka.length=2;
}