Files
Nim/tests/compile/mrecmod2.nim
2013-03-16 23:53:07 +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