comparison run/const_14.d @ 1384:d3a3e0c251d8

nntp: -> http:
author thomask
date Sun, 04 Mar 2007 13:10:07 +0000
parents 52c9e86b6486
children
comparison
equal deleted inserted replaced
1383:52c9e86b6486 1384:d3a3e0c251d8
3 // $Author$ 3 // $Author$
4 4
5 // @author@ John Reimer <brk_6502@yahoo.com> 5 // @author@ John Reimer <brk_6502@yahoo.com>
6 // @date@ 2005-02-20 6 // @date@ 2005-02-20
7 // @uri@ news:pan.2005.02.20.14.41.58.234018@yahoo.com 7 // @uri@ news:pan.2005.02.20.14.41.58.234018@yahoo.com
8 // @uri@ nntp://news.digitalmars.com/digitalmars.D.bugs/3030 8 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=3030
9 9
10 module dstress.run.const_14; 10 module dstress.run.const_14;
11 11
12 const int c = 50*50; 12 const int c = 50*50;
13 13