Files
Nim/tests/modules/definitions.nim
2018-05-07 09:37:49 +02:00

5 lines
85 B
Nim

var v*: int
proc p* = echo "proc p called"
template t* = echo "template t expanded"