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

import mdotlookup

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