summary refs log tree commit diff stats
path: root/tests/compile/titer.nim
Commit message (Expand)AuthorAgeFilesLines
* got rid of 'accept' dir in the testsAraq2011-11-191-0/+44
href='#n3'>3 4 5 6 7 8 9 10 11










                                                                       
discard """
  output: "3"
"""

# Tests that a generic instantiation from a different module may access
# private object fields:

import mfriends

echo gen[int]()