test case for #2416 (#7649)

This commit is contained in:
genotrance
2018-04-18 14:19:23 -05:00
committed by Andreas Rumpf
parent 35b0cc67e8
commit 0448d3f6ea
2 changed files with 3 additions and 0 deletions

1
tests/template/i2416.nim Normal file
View File

@@ -0,0 +1 @@
template i2416*() = echo "i2416"

2
tests/template/t2416.nim Normal file
View File

@@ -0,0 +1,2 @@
import i2416
i2416()