annotate nocompile/t/typeof_11_B.d @ 1320:daef239f37cf

sed'ed replacement of new:...http.d.puremagic.com/issues/ with http://d.puremagic.com/issues/show_bug.cgi?...
author thomask
date Sun, 31 Dec 2006 19:59:08 +0000
parents 51ea3725bfa8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1157
51ea3725bfa8 [Issue 370] New: Compiler stack overflow on recursive typeof in function declaration.
thomask
parents:
diff changeset
1 // $HeadURL$
51ea3725bfa8 [Issue 370] New: Compiler stack overflow on recursive typeof in function declaration.
thomask
parents:
diff changeset
2 // $Date$
51ea3725bfa8 [Issue 370] New: Compiler stack overflow on recursive typeof in function declaration.
thomask
parents:
diff changeset
3 // $Author$
51ea3725bfa8 [Issue 370] New: Compiler stack overflow on recursive typeof in function declaration.
thomask
parents:
diff changeset
4
51ea3725bfa8 [Issue 370] New: Compiler stack overflow on recursive typeof in function declaration.
thomask
parents:
diff changeset
5 // @author@ Bruno Medeiros <brunodomedeiros+bugz@gmail.com>
51ea3725bfa8 [Issue 370] New: Compiler stack overflow on recursive typeof in function declaration.
thomask
parents:
diff changeset
6 // @date@ 2006-09-26
1320
daef239f37cf sed'ed replacement of new:...http.d.puremagic.com/issues/ with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 1157
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=370
1157
51ea3725bfa8 [Issue 370] New: Compiler stack overflow on recursive typeof in function declaration.
thomask
parents:
diff changeset
8 // @desc@ [Issue 370] New: Compiler stack overflow on recursive typeof in function declaration.
51ea3725bfa8 [Issue 370] New: Compiler stack overflow on recursive typeof in function declaration.
thomask
parents:
diff changeset
9
51ea3725bfa8 [Issue 370] New: Compiler stack overflow on recursive typeof in function declaration.
thomask
parents:
diff changeset
10 // __DSTRESS_ELINE__ 14
51ea3725bfa8 [Issue 370] New: Compiler stack overflow on recursive typeof in function declaration.
thomask
parents:
diff changeset
11
51ea3725bfa8 [Issue 370] New: Compiler stack overflow on recursive typeof in function declaration.
thomask
parents:
diff changeset
12 module dstress.nocompile.t.typeof_11_B;
51ea3725bfa8 [Issue 370] New: Compiler stack overflow on recursive typeof in function declaration.
thomask
parents:
diff changeset
13
51ea3725bfa8 [Issue 370] New: Compiler stack overflow on recursive typeof in function declaration.
thomask
parents:
diff changeset
14 void test(typeof(test) p){
51ea3725bfa8 [Issue 370] New: Compiler stack overflow on recursive typeof in function declaration.
thomask
parents:
diff changeset
15 }
51ea3725bfa8 [Issue 370] New: Compiler stack overflow on recursive typeof in function declaration.
thomask
parents:
diff changeset
16