view run/constructor_06.d @ 1383:52c9e86b6486

@url@ -> @uri@
author thomask
date Sun, 04 Mar 2007 13:07:35 +0000
parents cb22f2d42678
children 6e4063f99377
line wrap: on
line source

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

// @author@	Sean Kelly <sean@f4.ca>
// @date@	2004-11-11
// @uri@	news:cn0g3t$o2i$1@digitaldaemon.com
// @uri@	nntp://digitalmars.com/digitalmars.D.bugs/2249

// see also dstress.addon.constructor_06_A

// __DSTRESS_DFLAGS__ addon/constructor_06_A.d 

module dstress.run.constructor_06;
import addon.constructor_06_A;

int main(){
	Derived c = new Derived();
	return 0;
}