view compile/m/mixin_29_D.d @ 1415:088bb4a67d95

Re: DMD 1.004 release Bob W <nospam@aol.com> 2007-01-27 http://www.digitalmars.com/webnews/newsgroups.php?search_txt=&group=digitalmars.D.announce&article_id=6983
author thomask
date Sun, 11 Mar 2007 11:06:58 +0000
parents
children
line wrap: on
line source

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

// @author@	Bob W <nospam@aol.com>
// @date@	2007-01-27
// @uri@	http://www.digitalmars.com/webnews/newsgroups.php?search_txt=&group=digitalmars.D.announce&article_id=6983
// @desc@	Re: DMD 1.004 release

module dstress.compile.m.mixin_29_D;

template Mix() {
	int i;
}

struct Z {
	struct {
		mixin Mix!();
	}
}