mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
committed by
Andreas Rumpf
parent
35b0cc67e8
commit
0448d3f6ea
1
tests/template/i2416.nim
Normal file
1
tests/template/i2416.nim
Normal file
@@ -0,0 +1 @@
|
||||
template i2416*() = echo "i2416"
|
||||
2
tests/template/t2416.nim
Normal file
2
tests/template/t2416.nim
Normal file
@@ -0,0 +1,2 @@
|
||||
import i2416
|
||||
i2416()
|
||||
Reference in New Issue
Block a user