diff test/imports2.d @ 17:6c6cd097bcdf trunk

[svn r21] * Fixed local instances of imported templates
author lindquist
date Wed, 03 Oct 2007 06:14:41 +0200
parents 860524276608
children c05ef76f1c20
line wrap: on
line diff
--- a/test/imports2.d	Wed Oct 03 05:41:15 2007 +0200
+++ b/test/imports2.d	Wed Oct 03 06:14:41 2007 +0200
@@ -1,6 +1,8 @@
-module test;
+module imports2;
 import std.stdio;
 
 void main() {
     writefln("Hello world!"[]);
+    print(42);
+    printf("\n");
 }