comparison 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
comparison
equal deleted inserted replaced
822:882168abeda6 823:bb920dff06c6
1 // $HeadURL$
2 // $Date$
3 // $Author$
4
5 // @author@ Deewiant <deewiant.doesnotlike.spam@gmail.com>
6 // @date@ 2006-02-11
7 // @uri@ news:dskdle$1838$1@digitaldaemon.com
8
9 // __DSTRESS_ELINE__ 14
10
11 module dstress.nocompile.t.typedef_11_G;
12
13 typedef a b;
14 typedef b a;