comparison run/bug_20050330_B.d @ 1559:ec5e144583ea

D1 -> D2 : 1/N
author thomask
date Sun, 19 Aug 2007 19:11:54 +0000
parents b8c0195059d9
children
comparison
equal deleted inserted replaced
1558:d40d75fcd5c5 1559:ec5e144583ea
3 // $Author$ 3 // $Author$
4 4
5 // @author@ Regan Heath <regan@netwin.co.nz> 5 // @author@ Regan Heath <regan@netwin.co.nz>
6 // @date@ 2005-03-30 6 // @date@ 2005-03-30
7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=3385 7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=3385
8
9 // __DSTRESS_ELINE__ 14
10 8
11 module dstress.run.bug_20050330_B; 9 module dstress.run.bug_20050330_B;
12 10
13 template Blah(int a, alias B){ 11 template Blah(int a, alias B){
14 mixin Blah!(a-1, B); 12 mixin Blah!(a-1, B);