view compile/struct_16.d @ 1385:62c9b99c3a16

meta cleanup
author thomask
date Sun, 04 Mar 2007 13:12:19 +0000
parents 4cd33115f015
children 7f61ab8d5df0
line wrap: on
line source

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

// @author@	Thomas Kuehne <thomas-dloop@kuehne.thisisspam.cn>
// @date@	2004-11-04
// @uri@	news:cmdbq1$1a49$3@digitaldaemon.com
// @uri@	nntp://digitalmars.com/digitalmars.D.bugs/2194

module dstress.compile.struct_16;

struct MyStruct{
	StructAlias* MyStruct(){
		return null;
	}
}
alias MyStruct StructAlias;