changeset 967:c9ceb6cd6ffc

<benoit@tionex.de> 2006-04-15 news:bug-107-3@http.d.puremagic.com/bugzilla/
author thomask
date Tue, 18 Apr 2006 06:26:55 +0000
parents 55ca75ff5781
children 8b6d2dcf9954
files compile/m/mixin_21_A.d nocompile/m/mixin_21_B.d
diffstat 2 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compile/m/mixin_21_A.d	Tue Apr 18 06:26:55 2006 +0000
@@ -0,0 +1,14 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	<benoit@tionex.de>
+// @date@	2006-04-15
+// @uri@	news:bug-107-3@http.d.puremagic.com/bugzilla/
+
+module /*dstress.*/compile.m.mixin_21_A;
+
+template T(){
+	UNDEFINED x;
+}
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/m/mixin_21_B.d	Tue Apr 18 06:26:55 2006 +0000
@@ -0,0 +1,16 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	<benoit@tionex.de>
+// @date@	2006-04-15
+// @uri@	news:bug-107-3@http.d.puremagic.com/bugzilla/
+
+// __DSTRESS_ELINE__ 15
+
+module dstress.nocompile.m.mixin_21_B;
+
+import /*dstress.*/compile.m.mixin_21_A;
+
+mixin T!();
+