annotate nocompile/t/typedef_17_D.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 6ee0ee24bd25
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1106
6ee0ee24bd25 [Issue 270] Compiler allows and crashes on typedefs of "immediate"-function types
thomask
parents:
diff changeset
1 // $HeadURL$
6ee0ee24bd25 [Issue 270] Compiler allows and crashes on typedefs of "immediate"-function types
thomask
parents:
diff changeset
2 // $Date$
6ee0ee24bd25 [Issue 270] Compiler allows and crashes on typedefs of "immediate"-function types
thomask
parents:
diff changeset
3 // $Author$
6ee0ee24bd25 [Issue 270] Compiler allows and crashes on typedefs of "immediate"-function types
thomask
parents:
diff changeset
4
6ee0ee24bd25 [Issue 270] Compiler allows and crashes on typedefs of "immediate"-function types
thomask
parents:
diff changeset
5 // @author@ Bruno Medeiros <daiphoenix@lycos.com>
6ee0ee24bd25 [Issue 270] Compiler allows and crashes on typedefs of "immediate"-function types
thomask
parents:
diff changeset
6 // @date@ 2006-07-29
1320
daef239f37cf sed'ed replacement of new:...http.d.puremagic.com/issues/ with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 1106
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=270
1106
6ee0ee24bd25 [Issue 270] Compiler allows and crashes on typedefs of "immediate"-function types
thomask
parents:
diff changeset
8 // @desc@ [Issue 270] Compiler allows and crashes on typedefs of "immediate"-function types
6ee0ee24bd25 [Issue 270] Compiler allows and crashes on typedefs of "immediate"-function types
thomask
parents:
diff changeset
9
6ee0ee24bd25 [Issue 270] Compiler allows and crashes on typedefs of "immediate"-function types
thomask
parents:
diff changeset
10 // __DSTRESS_ELINE__ 16
6ee0ee24bd25 [Issue 270] Compiler allows and crashes on typedefs of "immediate"-function types
thomask
parents:
diff changeset
11
6ee0ee24bd25 [Issue 270] Compiler allows and crashes on typedefs of "immediate"-function types
thomask
parents:
diff changeset
12 module dstress.nocompile.t.typedef_17_D;
6ee0ee24bd25 [Issue 270] Compiler allows and crashes on typedefs of "immediate"-function types
thomask
parents:
diff changeset
13
6ee0ee24bd25 [Issue 270] Compiler allows and crashes on typedefs of "immediate"-function types
thomask
parents:
diff changeset
14 typedef short foo(byte);
6ee0ee24bd25 [Issue 270] Compiler allows and crashes on typedefs of "immediate"-function types
thomask
parents:
diff changeset
15
6ee0ee24bd25 [Issue 270] Compiler allows and crashes on typedefs of "immediate"-function types
thomask
parents:
diff changeset
16 foo x;