Files
Nim/tests/module/mrecmod2.nim
2014-01-13 02:10:03 +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