view nocompile/struct_19.d @ 241:1268141c5b17

fixed module names; thanks Stewart Gordon
author thomask
date Fri, 21 Jan 2005 23:39:37 +0000
parents 2bdcfe110943
children f87ba6507260
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.nocompile.struct_19;

struct MyStruct {
    MyStruct s;
}