mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-10 15:04:59 +00:00
12 lines
163 B
Nim
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]()
|
|
|