summary refs log blame commit diff stats
path: root/tests/accept/run/mbind3.nim
blob: 586222eb87413623d236d11c907e62c9de63fcac (plain) (tree)
1
2
3
4
5
6
7
8
9








                       
# Module A
var 
  lastId = 0

template genId*: expr =
  inc(bind lastId)
  lastId