Files
Nim/tests/run/tfriends.nim
2011-11-19 15:45:51 +01:00

12 lines
163 B
Nim

discard """
output: "3"
"""
# Tests that a generic instantiation from a different module may access
# private object fields:
import mfriends
echo gen[int]()