view compile/struct_21.d @ 1385:62c9b99c3a16

meta cleanup
author thomask
date Sun, 04 Mar 2007 13:12:19 +0000
parents 7aa29e681c0a
children b8c0195059d9
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
// @uri@	nttp://news.digitalmars.com/digitalmars.D.bugs/2674

module dstress.compile.struct_21;

struct MyStruct {
	MyStruct* s;
}