view nocompile/n/new_25_B.d @ 711:5c3e15ed07b6

(none)
author thomask
date Sun, 23 Oct 2005 10:31:14 +0000
parents
children
line wrap: on
line source

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

// __DSTRESS_ELINE__ 13

module dstress.nocompile.n.new_25_B;

struct C{
}

void main(){
	C** c = new C*();
}