annotate nocompile/o/opMod_02_A.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 6f89cf0d83c7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
896
6f89cf0d83c7 <ddparnell@bigpond.com>
thomask
parents:
diff changeset
1 // $HeadURL$
6f89cf0d83c7 <ddparnell@bigpond.com>
thomask
parents:
diff changeset
2 // $Date$
6f89cf0d83c7 <ddparnell@bigpond.com>
thomask
parents:
diff changeset
3 // $Author$
6f89cf0d83c7 <ddparnell@bigpond.com>
thomask
parents:
diff changeset
4
6f89cf0d83c7 <ddparnell@bigpond.com>
thomask
parents:
diff changeset
5 // @author@ <ddparnell@bigpond.com>
6f89cf0d83c7 <ddparnell@bigpond.com>
thomask
parents:
diff changeset
6 // @date@ 2006-03-08
1319
81222734adf3 sed'ed replacement of new:...http.d.puremagic.co... with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 896
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=24
896
6f89cf0d83c7 <ddparnell@bigpond.com>
thomask
parents:
diff changeset
8
6f89cf0d83c7 <ddparnell@bigpond.com>
thomask
parents:
diff changeset
9 // __DSTRESS_ELINE__ 15
6f89cf0d83c7 <ddparnell@bigpond.com>
thomask
parents:
diff changeset
10
6f89cf0d83c7 <ddparnell@bigpond.com>
thomask
parents:
diff changeset
11 module dstress.nocompile.o.opMod_02_A;
6f89cf0d83c7 <ddparnell@bigpond.com>
thomask
parents:
diff changeset
12
6f89cf0d83c7 <ddparnell@bigpond.com>
thomask
parents:
diff changeset
13 void main(){
6f89cf0d83c7 <ddparnell@bigpond.com>
thomask
parents:
diff changeset
14 bool b;
6f89cf0d83c7 <ddparnell@bigpond.com>
thomask
parents:
diff changeset
15 b = b % b;
6f89cf0d83c7 <ddparnell@bigpond.com>
thomask
parents:
diff changeset
16 }