summary refs log tree commit diff stats
path: root/tests/modules/definitions.nim
blob: edc6eaa6d4dd7241bd0d1e5f1e13e2b8ea62dd28 (plain) (blame)
1
2
3
4
var v*: int
proc p* = echo "proc p called"
template t* = echo "template t expanded"