view run/constructor_04.d @ 87:dfbc0188e5aa

shinichiro.h <s31552@mail.ecc.u-tokyo.ac.jp> news://20041101173804.4e16f816.s31552@mail.ecc.u-tokyo.ac.jp nttp://digitalmars.com/D.gnu:829
author thomask
date Mon, 01 Nov 2004 12:44:06 +0000
parents
children a3b3e35e30c0
line wrap: on
line source

// @author@	shinichiro.h <s31552@mail.ecc.u-tokyo.ac.jp>
// @date@	2004-11-01
// @uri@	news://20041101173804.4e16f816.s31552@mail.ecc.u-tokyo.ac.jp
// @url@	nttp://digitalmars.com/D.gnu:829

// see also dstress.addon.constructor_04_A

// __DSTRESS_DFLAGS__ addon/constructor_04_A.d

module dstress.run.constructor_04;
import dstress.addon.constructor_04_A;

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