annotate run/s/scope_12_B.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 4468ecf152f1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1059
4468ecf152f1 <daiphoenix@lycos.com>
thomask
parents:
diff changeset
1 // $HeadURL$
4468ecf152f1 <daiphoenix@lycos.com>
thomask
parents:
diff changeset
2 // $Date$
4468ecf152f1 <daiphoenix@lycos.com>
thomask
parents:
diff changeset
3 // $Author$
4468ecf152f1 <daiphoenix@lycos.com>
thomask
parents:
diff changeset
4
4468ecf152f1 <daiphoenix@lycos.com>
thomask
parents:
diff changeset
5 // @author@ <daiphoenix@lycos.com>
4468ecf152f1 <daiphoenix@lycos.com>
thomask
parents:
diff changeset
6 // @date@ 2006-03-14
1319
81222734adf3 sed'ed replacement of new:...http.d.puremagic.co... with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 1059
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=47
1059
4468ecf152f1 <daiphoenix@lycos.com>
thomask
parents:
diff changeset
8
4468ecf152f1 <daiphoenix@lycos.com>
thomask
parents:
diff changeset
9 module dstress.run.s.scope_12_B;
4468ecf152f1 <daiphoenix@lycos.com>
thomask
parents:
diff changeset
10
4468ecf152f1 <daiphoenix@lycos.com>
thomask
parents:
diff changeset
11 int main(){
4468ecf152f1 <daiphoenix@lycos.com>
thomask
parents:
diff changeset
12 int y;
4468ecf152f1 <daiphoenix@lycos.com>
thomask
parents:
diff changeset
13
4468ecf152f1 <daiphoenix@lycos.com>
thomask
parents:
diff changeset
14 struct S{
4468ecf152f1 <daiphoenix@lycos.com>
thomask
parents:
diff changeset
15 int y;
4468ecf152f1 <daiphoenix@lycos.com>
thomask
parents:
diff changeset
16 }
4468ecf152f1 <daiphoenix@lycos.com>
thomask
parents:
diff changeset
17
4468ecf152f1 <daiphoenix@lycos.com>
thomask
parents:
diff changeset
18 return 0;
4468ecf152f1 <daiphoenix@lycos.com>
thomask
parents:
diff changeset
19 }