comparison nocompile/t/template_17_A.d @ 1489:b8c0195059d9

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 13:47:01 +0000
parents 283709990093
children
comparison
equal deleted inserted replaced
1488:1ee9a0dd42d9 1489:b8c0195059d9
2 // $Date$ 2 // $Date$
3 // $Author$ 3 // $Author$
4 4
5 // @author@ Don Clugston <dac@nospam.com.au> 5 // @author@ Don Clugston <dac@nospam.com.au>
6 // @date@ 2005-10-27 6 // @date@ 2005-10-27
7 // @uri@ news:djq89r$1i6e$1@digitaldaemon.com 7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=5229
8 8
9 module dstress.nocompile.t.template_17_A; 9 module dstress.nocompile.t.template_17_A;
10 10
11 template t(int i){ 11 template t(int i){
12 const int x = t!(i+1).x; 12 const int x = t!(i+1).x;