annotate nocompile/a/alias_30_K.d @ 1432:6cb2d67138cd

extended circular alias tests
author thomask
date Mon, 12 Mar 2007 06:21:06 +0000
parents
children b8c0195059d9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1432
6cb2d67138cd extended circular alias tests
thomask
parents:
diff changeset
1 // $HeadURL$
6cb2d67138cd extended circular alias tests
thomask
parents:
diff changeset
2 // $Date$
6cb2d67138cd extended circular alias tests
thomask
parents:
diff changeset
3 // $Author$
6cb2d67138cd extended circular alias tests
thomask
parents:
diff changeset
4
6cb2d67138cd extended circular alias tests
thomask
parents:
diff changeset
5 // @author@ Deewiant <deewiant.doesnotlike.spam@gmail.com>
6cb2d67138cd extended circular alias tests
thomask
parents:
diff changeset
6 // @date@ 2006-02-11
6cb2d67138cd extended circular alias tests
thomask
parents:
diff changeset
7 // @uri@ news:dskdle$1838$1@digitaldaemon.com
6cb2d67138cd extended circular alias tests
thomask
parents:
diff changeset
8
6cb2d67138cd extended circular alias tests
thomask
parents:
diff changeset
9 // __DSTRESS_ELINE__ 14
6cb2d67138cd extended circular alias tests
thomask
parents:
diff changeset
10
6cb2d67138cd extended circular alias tests
thomask
parents:
diff changeset
11 module dstress.nocompile.a.alias_30_K;
6cb2d67138cd extended circular alias tests
thomask
parents:
diff changeset
12
6cb2d67138cd extended circular alias tests
thomask
parents:
diff changeset
13 alias a b;
6cb2d67138cd extended circular alias tests
thomask
parents:
diff changeset
14 alias b a;
6cb2d67138cd extended circular alias tests
thomask
parents:
diff changeset
15
6cb2d67138cd extended circular alias tests
thomask
parents:
diff changeset
16 b x;