annotate norun/r/return_07_B.d @ 1489:b8c0195059d9

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 13:47:01 +0000
parents a3b2e2daf68e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
603
d49e22280d75 post PFLUG catch up 2
thomask
parents:
diff changeset
1 // $HeadURL$
d49e22280d75 post PFLUG catch up 2
thomask
parents:
diff changeset
2 // $Date$
d49e22280d75 post PFLUG catch up 2
thomask
parents:
diff changeset
3 // $Author$
d49e22280d75 post PFLUG catch up 2
thomask
parents:
diff changeset
4
d49e22280d75 post PFLUG catch up 2
thomask
parents:
diff changeset
5 // @author@ Vathix <chris@dprogramming.com>
d49e22280d75 post PFLUG catch up 2
thomask
parents:
diff changeset
6 // @date@ 2005-07-14
1489
b8c0195059d9 changed nntp: URLs to http: URLs
thomask
parents: 1230
diff changeset
7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=4533
603
d49e22280d75 post PFLUG catch up 2
thomask
parents:
diff changeset
8
1230
a3b2e2daf68e fixed ELINE entry
thomask
parents: 756
diff changeset
9 // __DSTRESS_ELINE__ 13
603
d49e22280d75 post PFLUG catch up 2
thomask
parents:
diff changeset
10
d49e22280d75 post PFLUG catch up 2
thomask
parents:
diff changeset
11 module dstress.norun.r.return_07_B;
d49e22280d75 post PFLUG catch up 2
thomask
parents:
diff changeset
12
d49e22280d75 post PFLUG catch up 2
thomask
parents:
diff changeset
13 int foo(){
d49e22280d75 post PFLUG catch up 2
thomask
parents:
diff changeset
14 }
d49e22280d75 post PFLUG catch up 2
thomask
parents:
diff changeset
15
d49e22280d75 post PFLUG catch up 2
thomask
parents:
diff changeset
16 int main(){
d49e22280d75 post PFLUG catch up 2
thomask
parents:
diff changeset
17 foo();
d49e22280d75 post PFLUG catch up 2
thomask
parents:
diff changeset
18 return 0;
756
9a121126b077 major "Torture" review
thomask
parents: 737
diff changeset
19 }