summary refs log blame commit diff stats
path: root/tests/reject/mbind4.nim
blob: 53b8331cd6ad6a27703ba3584068083de377066f (plain) (tree)
1
2
3
4
5
6
7
8
9








                       
# Module A
var 
  lastId = 0

template genId*: expr =
  inc(lastId)
  lastId