view compile/mixin_01.d @ 1385:62c9b99c3a16

meta cleanup
author thomask
date Sun, 04 Mar 2007 13:12:19 +0000
parents a33ad7189d21
children b8c0195059d9
line wrap: on
line source

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

// @author@	Vathix <vathixSpamFix@dprogramming.com>
// @date@	2004-09-08
// @uri@	news:chns86$192c$1@digitaldaemon.com
// @uri@	nntp://digitalmars.com/digtalmars.D.bugs/1815

module dstress.compile.mixin_01;

template mix(){
	int x;
}

mixin .mix;