Files
Nim/tests/modules/mrecmod2.nim
2015-02-10 20:19:45 +01:00

10 lines
186 B
Nim

# Module B
import trecmod2
proc p*(x: trecmod2.T1): trecmod2.T1 =
# this works because the compiler has already
# added T1 to trecmod2's interface symbol table
return x + 1