annotate compile/mixin_01.d @ 1:3414705c41ac

removed CVS header
author thomask
date Sun, 26 Sep 2004 12:06:09 +0000
parents 3269e4627918
children 5f98d4a33d49
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3269e4627918 init dstress
svnowner
parents:
diff changeset
1 // @author@ Vathix <vathixSpamFix@dprogramming.com>
3269e4627918 init dstress
svnowner
parents:
diff changeset
2 // @date@ 2004-09-08
3269e4627918 init dstress
svnowner
parents:
diff changeset
3
3269e4627918 init dstress
svnowner
parents:
diff changeset
4 template mix(){
3269e4627918 init dstress
svnowner
parents:
diff changeset
5 int x;
3269e4627918 init dstress
svnowner
parents:
diff changeset
6 }
3269e4627918 init dstress
svnowner
parents:
diff changeset
7
3269e4627918 init dstress
svnowner
parents:
diff changeset
8 mixin .mix;