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