annotate nocompile/t/typedef_11_G.d @ 823:bb920dff06c6

Deewiant <deewiant.doesnotlike.spam@gmail.com> 2006-02-11 news:dskdle$1838$1@digitaldaemon.com
author thomask
date Sat, 11 Feb 2006 15:55:36 +0000
parents
children 902d2c168029
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
823
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
1 // $HeadURL$
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
2 // $Date$
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
3 // $Author$
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
4
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
5 // @author@ Deewiant <deewiant.doesnotlike.spam@gmail.com>
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
6 // @date@ 2006-02-11
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
7 // @uri@ news:dskdle$1838$1@digitaldaemon.com
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
8
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
9 // __DSTRESS_ELINE__ 14
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
10
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
11 module dstress.nocompile.t.typedef_11_G;
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
12
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
13 typedef a b;
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
14 typedef b a;