diff run/mixin_10.d @ 427:21344af2174f

fixed missing imports
author thomask
date Tue, 12 Apr 2005 15:56:35 +0000
parents 6a084cef863a
children fbee62becd2c
line wrap: on
line diff
--- a/run/mixin_10.d	Tue Apr 12 14:28:49 2005 +0000
+++ b/run/mixin_10.d	Tue Apr 12 15:56:35 2005 +0000
@@ -8,6 +8,9 @@
 
 module dstress.run.mixin_10;
 
+void writefln(...){
+}
+
 class A {
         template ctor(Type)
         {