view run/o/object_01_G.d @ 952:b0772904ed4e

<thomas-dloop@kuehne.cn> 2006-04-09 news:bug-94-3@http.d.puremagic.com/bugzilla/
author thomask
date Sat, 08 Apr 2006 19:09:20 +0000
parents
children 81222734adf3
line wrap: on
line source

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

// @author@	<thomas-dloop@kuehne.cn>
// @date@	2006-04-09
// @uri@	news:bug-91-3@http.d.puremagic.com/bugzilla/

module dstress.run.o.object_01_G;

class Object{
}

int main(){
	auto o = new Object();

	return 0;
}