annotate run/f/foreach_35_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 05e38ca7e533
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
954
05e38ca7e533 <ericanderton@yahoo.com>
thomask
parents:
diff changeset
1 // $HeadURL$
05e38ca7e533 <ericanderton@yahoo.com>
thomask
parents:
diff changeset
2 // $Date$
05e38ca7e533 <ericanderton@yahoo.com>
thomask
parents:
diff changeset
3 // $Author$
05e38ca7e533 <ericanderton@yahoo.com>
thomask
parents:
diff changeset
4
05e38ca7e533 <ericanderton@yahoo.com>
thomask
parents:
diff changeset
5 // @author@ <ericanderton@yahoo.com>
05e38ca7e533 <ericanderton@yahoo.com>
thomask
parents:
diff changeset
6 // @date@ 2006-04-08
1319
81222734adf3 sed'ed replacement of new:...http.d.puremagic.co... with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 954
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=95
954
05e38ca7e533 <ericanderton@yahoo.com>
thomask
parents:
diff changeset
8
05e38ca7e533 <ericanderton@yahoo.com>
thomask
parents:
diff changeset
9 module dstress.run.f.foreach_35_B;
05e38ca7e533 <ericanderton@yahoo.com>
thomask
parents:
diff changeset
10
05e38ca7e533 <ericanderton@yahoo.com>
thomask
parents:
diff changeset
11 int main(){
05e38ca7e533 <ericanderton@yahoo.com>
thomask
parents:
diff changeset
12 int[int] array;
05e38ca7e533 <ericanderton@yahoo.com>
thomask
parents:
diff changeset
13 foreach(int elem; array){
05e38ca7e533 <ericanderton@yahoo.com>
thomask
parents:
diff changeset
14 assert(0);
05e38ca7e533 <ericanderton@yahoo.com>
thomask
parents:
diff changeset
15 }
05e38ca7e533 <ericanderton@yahoo.com>
thomask
parents:
diff changeset
16
05e38ca7e533 <ericanderton@yahoo.com>
thomask
parents:
diff changeset
17 return 0;
05e38ca7e533 <ericanderton@yahoo.com>
thomask
parents:
diff changeset
18 }
05e38ca7e533 <ericanderton@yahoo.com>
thomask
parents:
diff changeset
19