view nocompile/s/stackalloc_01_D.d @ 844:e3c9f22bff58

C# and C++ porting
author thomask
date Fri, 17 Feb 2006 10:14:12 +0000
parents
children
line wrap: on
line source

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

// Porting: C#

// __DSTRESS_ELINE__ 12

module dstress.nocompile.s.stackalloc_01_D;

void main(){
	int* a = new stackalloc int[10];
}