summary refs log tree commit diff stats
path: root/tests/mbind3.nim
blob: 586222eb87413623d236d11c907e62c9de63fcac (plain) (blame)
1
2
3
4
5
6
7
8
9
# Module A
var 
  lastId = 0

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