annotate nocompile/b/bug_expression_1135_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 3a6109fe74c5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
970
3a6109fe74c5 <clugdbug@yahoo.com.au>
thomask
parents:
diff changeset
1 // $HeadURL$
3a6109fe74c5 <clugdbug@yahoo.com.au>
thomask
parents:
diff changeset
2 // $Date$
3a6109fe74c5 <clugdbug@yahoo.com.au>
thomask
parents:
diff changeset
3 // $Author$
3a6109fe74c5 <clugdbug@yahoo.com.au>
thomask
parents:
diff changeset
4
3a6109fe74c5 <clugdbug@yahoo.com.au>
thomask
parents:
diff changeset
5 // @author@ <clugdbug@yahoo.com.au>
3a6109fe74c5 <clugdbug@yahoo.com.au>
thomask
parents:
diff changeset
6 // @date@ 2006-04-19
1319
81222734adf3 sed'ed replacement of new:...http.d.puremagic.co... with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 970
diff changeset
7 // @rui@ http://d.puremagic.com/issues/show_bug.cgi?id=110
970
3a6109fe74c5 <clugdbug@yahoo.com.au>
thomask
parents:
diff changeset
8
3a6109fe74c5 <clugdbug@yahoo.com.au>
thomask
parents:
diff changeset
9 // __DSTRESS_ELINE__ 16
3a6109fe74c5 <clugdbug@yahoo.com.au>
thomask
parents:
diff changeset
10
3a6109fe74c5 <clugdbug@yahoo.com.au>
thomask
parents:
diff changeset
11 module dstress.nocompile.b.bug_expression_1135_A;
3a6109fe74c5 <clugdbug@yahoo.com.au>
thomask
parents:
diff changeset
12
3a6109fe74c5 <clugdbug@yahoo.com.au>
thomask
parents:
diff changeset
13 void * frog (void *);
3a6109fe74c5 <clugdbug@yahoo.com.au>
thomask
parents:
diff changeset
14
3a6109fe74c5 <clugdbug@yahoo.com.au>
thomask
parents:
diff changeset
15 void main () {
3a6109fe74c5 <clugdbug@yahoo.com.au>
thomask
parents:
diff changeset
16 toad = frog(0);
3a6109fe74c5 <clugdbug@yahoo.com.au>
thomask
parents:
diff changeset
17 }
3a6109fe74c5 <clugdbug@yahoo.com.au>
thomask
parents:
diff changeset
18