view compile/struct_21.d @ 1330:f3f715978184

Georg Wrede <georg@iki.fi> 2007-01-07 mail:45A120F5.1050108@iki.fi
author thomask
date Sat, 13 Jan 2007 10:33:49 +0000
parents 7aa29e681c0a
children 62c9b99c3a16
line wrap: on
line source

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

// @author@	Stewart Gordon <smjg_1998@yahoo.com>
// @date@	2005-01-12
// @uri@	news:cs2u76$18jn$1@digitaldaemon.com
// @url@	nttp://news.digitalmars.com/digitalmars.D.bugs/2674

module dstress.compile.struct_21;

struct MyStruct {
	MyStruct* s;
}