view nocompile/t/typedef_16_A.d @ 1081:9c3cacbcf244

<jpelcis@gmail.com> 2006-07-11 news:bug-249-3@http.d.puremagic.com/issues/
author thomask
date Wed, 12 Jul 2006 14:02:29 +0000
parents
children daef239f37cf
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// @author@	<jpelcis@gmail.com>
// @date@	2006-07-11
// @uri@	news:bug-249-3@http.d.puremagic.com/issues/

// __DSTRESS_ELINE__ 14

module dstress.nocompile.t.typedef_16_A;

typedef foo bar;
typedef bar foo;