view nocompile/d/delete_09_C.d @ 1560:36bedfa079e6

D1 -> D2 : 2/N
author thomask
date Sun, 19 Aug 2007 19:15:01 +0000
parents 36e896c73c8a
children
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[] XX;
 
void test(X[int] arr, int key ){
	delete arr[ key ];
}