comparison run/const_19.d @ 1489:b8c0195059d9

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 13:47:01 +0000
parents e979fee5a2cd
children
comparison
equal deleted inserted replaced
1488:1ee9a0dd42d9 1489:b8c0195059d9
2 // $Date$ 2 // $Date$
3 // $URL$ 3 // $URL$
4 4
5 // @author@ no@where.com 5 // @author@ no@where.com
6 // @date@ 2005-04-24 6 // @date@ 2005-04-24
7 // @uri@ news:d4f0uf$2rif$1@digitaldaemon.com 7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=3797
8 8
9 module dstress.run.const_19; 9 module dstress.run.const_19;
10 10
11 const int c = b * b; 11 const int c = b * b;
12 const int a = 1; 12 const int a = 1;