diff options
Diffstat (limited to 'tests/template/m19277_1.nim')
-rw-r--r-- | tests/template/m19277_1.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/template/m19277_1.nim b/tests/template/m19277_1.nim new file mode 100644 index 000000000..840bd4767 --- /dev/null +++ b/tests/template/m19277_1.nim @@ -0,0 +1,2 @@ +template foo*(x: untyped) = + echo "got: ", x |