summary refs log tree commit diff stats
path: root/tests/generics/tdotlookup.nim
blob: d3deca7fcb786d1e1c4af32ff54864ea28a293c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
discard """
  output: '''5 5 5
false'''
"""

import mdotlookup

foo(7)
# bug #1444
func(4)