Files
Nim/tests/friends/tfriends.nim
2014-01-13 02:10:03 +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]()