diff --git a/minisqlquery-master/src/MiniSqlQuery.Tests/Templates/foo.cs.mt b/minisqlquery-master/src/MiniSqlQuery.Tests/Templates/foo.cs.mt
new file mode 100644
index 0000000..420dad2
--- /dev/null
+++ b/minisqlquery-master/src/MiniSqlQuery.Tests/Templates/foo.cs.mt
@@ -0,0 +1,8 @@
+// gen at {$Host.Date("d/M/yy")}
+public class foo
+{
+ public string baa()
+ {
+ return "baa";
+ }
+}
\ No newline at end of file