annotate compile/f/forward_reference_13_E.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 55ca75ff5781
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
966
55ca75ff5781 <benoit@tionex.de>
thomask
parents:
diff changeset
1 // $HeadURL$
55ca75ff5781 <benoit@tionex.de>
thomask
parents:
diff changeset
2 // $Date$
55ca75ff5781 <benoit@tionex.de>
thomask
parents:
diff changeset
3 // $Author$
55ca75ff5781 <benoit@tionex.de>
thomask
parents:
diff changeset
4
55ca75ff5781 <benoit@tionex.de>
thomask
parents:
diff changeset
5 // @author@ <benoit@tionex.de>
55ca75ff5781 <benoit@tionex.de>
thomask
parents:
diff changeset
6 // @date@ 2006-04-14
1319
81222734adf3 sed'ed replacement of new:...http.d.puremagic.co... with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 966
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=106
966
55ca75ff5781 <benoit@tionex.de>
thomask
parents:
diff changeset
8
55ca75ff5781 <benoit@tionex.de>
thomask
parents:
diff changeset
9 module dstress.compile.f.forward_reference_13_E;
55ca75ff5781 <benoit@tionex.de>
thomask
parents:
diff changeset
10
55ca75ff5781 <benoit@tionex.de>
thomask
parents:
diff changeset
11 mixin T!(int);
55ca75ff5781 <benoit@tionex.de>
thomask
parents:
diff changeset
12
55ca75ff5781 <benoit@tionex.de>
thomask
parents:
diff changeset
13 template T(t){
55ca75ff5781 <benoit@tionex.de>
thomask
parents:
diff changeset
14 t a;
55ca75ff5781 <benoit@tionex.de>
thomask
parents:
diff changeset
15 }