thygienictempl added

This commit is contained in:
Araq
2012-08-26 02:52:47 +02:00
parent b5b5e6e76d
commit 08d0003ed0

View File

@@ -0,0 +1,10 @@
var
e = "abc"
raise newException(EIO, e & "ha!")
template t() = echo(foo)
var foo = 12
t()