comparison run/o/opDiv_09_B.d @ 1489:b8c0195059d9

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 13:47:01 +0000
parents 60bcfb2cf1e3
children 56d43974b468
comparison
equal deleted inserted replaced
1488:1ee9a0dd42d9 1489:b8c0195059d9
2 // $Date$ 2 // $Date$
3 // $Author$ 3 // $Author$
4 4
5 // @author@ David Friedman <d3rdclsmail_a_@_t_earthlink_d_._t_net> 5 // @author@ David Friedman <d3rdclsmail_a_@_t_earthlink_d_._t_net>
6 // @date@ 2005-05-03 6 // @date@ 2005-05-03
7 // @uri@ news:d595il$lqr$2@digitaldaemon.com 7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=3881
8 8
9 module dstress.run.o.opDiv_09_B; 9 module dstress.run.o.opDiv_09_B;
10 10
11 int main(){ 11 int main(){
12 real a = -1.0Li / 0.0Li; 12 real a = -1.0Li / 0.0Li;