changeset 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 d2ef2a6e291c
children 36aa57f9a4b6
files nocompile/t/typedef_16_A.d nocompile/t/typedef_16_B.d nocompile/t/typedef_16_C.d
diffstat 3 files changed, 46 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/t/typedef_16_A.d	Wed Jul 12 14:02:29 2006 +0000
@@ -0,0 +1,14 @@
+// $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;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/t/typedef_16_B.d	Wed Jul 12 14:02:29 2006 +0000
@@ -0,0 +1,16 @@
+// $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_B;
+
+typedef foo bar;
+typedef bar foo;
+
+foo x;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/t/typedef_16_C.d	Wed Jul 12 14:02:29 2006 +0000
@@ -0,0 +1,16 @@
+// $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_C;
+
+typedef foo bar;
+typedef bar foo;
+
+bar x;