summary refs log tree commit diff stats
path: root/tests/generics/tmodule_same_as_proc.nim
blob: 113ca1bc3bccb5990d9d862e03b4f5fc1cdae7f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
# bug #1965

import mmodule_same_as_proc

proc test[T](t: T) =
  mmodule_same_as_proc"a"

test(0)