annotate nocompile/c/creal_35_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 65461ac4aa9a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
920
5511f9277078 testcase review
thomask
parents:
diff changeset
1 // $HeadURL$
5511f9277078 testcase review
thomask
parents:
diff changeset
2 // $Date$
5511f9277078 testcase review
thomask
parents:
diff changeset
3 // $Author$
5511f9277078 testcase review
thomask
parents:
diff changeset
4
5511f9277078 testcase review
thomask
parents:
diff changeset
5 // @author@ <thomas-dloop@kuehne.cn>
929
0374233d36be added missing @uri@ data
thomask
parents: 920
diff changeset
6 // @date@ 2006-03-20
1319
81222734adf3 sed'ed replacement of new:...http.d.puremagic.co... with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 1005
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=59
920
5511f9277078 testcase review
thomask
parents:
diff changeset
8
5511f9277078 testcase review
thomask
parents:
diff changeset
9 // __DSTRESS_ELINE__ 15
5511f9277078 testcase review
thomask
parents:
diff changeset
10
5511f9277078 testcase review
thomask
parents:
diff changeset
11 module dstress.nocompile.c.creal_35_A;
5511f9277078 testcase review
thomask
parents:
diff changeset
12
5511f9277078 testcase review
thomask
parents:
diff changeset
13 void main(){
1005
65461ac4aa9a <smjg@iname.com>
thomask
parents: 929
diff changeset
14 creal x;
920
5511f9277078 testcase review
thomask
parents:
diff changeset
15 x = 2;
5511f9277078 testcase review
thomask
parents:
diff changeset
16 }