view nocompile/b/bug_e2ir_2452_A.d @ 1489:b8c0195059d9

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 13:47:01 +0000
parents f550e7d7e34b
children
line wrap: on
line source

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

// @author@	zwang <nehzgnaw@gmail.com>
// @date@	2005-09-17
// @uri@	http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=5015

// __DSTRESS_ELINE__ 17

module dstress.nocompile.b.bug_e2ir_2452_A;

class C{
	C[1] c;

	this(){
		c ~= this;
	}
}