diff tangotests/a.d @ 149:4c577c2b7229 trunk

[svn r155] Fixed a bunch of linkage problems (especially with templates)
author lindquist
date Mon, 24 Mar 2008 19:43:02 +0100
parents 1700239cab2e
children
line wrap: on
line diff
--- a/tangotests/a.d	Sat Mar 22 12:20:32 2008 +0100
+++ b/tangotests/a.d	Mon Mar 24 19:43:02 2008 +0100
@@ -27,3 +27,8 @@
 {
     auto bar = new Bar(12);
 }
+
+void main()
+{
+    func();
+}