annotate run/o/object_01_G.d @ 1319:81222734adf3

sed'ed replacement of new:...http.d.puremagic.co... with http://d.puremagic.com/issues/show_bug.cgi?...
author thomask
date Sun, 31 Dec 2006 19:58:06 +0000
parents b0772904ed4e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
952
b0772904ed4e <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
1 // $HeadURL$
b0772904ed4e <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
2 // $Date$
b0772904ed4e <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
3 // $Author$
b0772904ed4e <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
4
b0772904ed4e <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
5 // @author@ <thomas-dloop@kuehne.cn>
b0772904ed4e <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
6 // @date@ 2006-04-09
1319
81222734adf3 sed'ed replacement of new:...http.d.puremagic.co... with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 952
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=91
952
b0772904ed4e <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
8
b0772904ed4e <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
9 module dstress.run.o.object_01_G;
b0772904ed4e <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
10
b0772904ed4e <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
11 class Object{
b0772904ed4e <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
12 }
b0772904ed4e <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
13
b0772904ed4e <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
14 int main(){
b0772904ed4e <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
15 auto o = new Object();
b0772904ed4e <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
16
b0772904ed4e <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
17 return 0;
b0772904ed4e <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
18 }