view nocompile/d/delete_09_C.d @ 574:36e896c73c8a

undetected deprecated "delete" David L. Davis <SpottedTiger@yahoo.com> 2005-06-08 news:d87vbn$2tnm$1@digitaldaemon.com
author thomask
date Fri, 10 Jun 2005 19:10:21 +0000
parents
children 36bedfa079e6
line wrap: on
line source

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

// @author@	David L. Davis <SpottedTiger@yahoo.com>
// @date@	2005-06-08
// @uri@	news:d87vbn$2tnm$1@digitaldaemon.com

// __DSTRESS_ELINE__ 16

module dstress.nocompile.d.delete_09_C;

typedef char[] string;
 
void test(string[int] arr, int key ){
	delete arr[ key ];
}