mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
10 lines
99 B
Nim
10 lines
99 B
Nim
|
|
# bug #1965
|
|
|
|
import mmodule_same_as_proc
|
|
|
|
proc test[T](t: T) =
|
|
mmodule_same_as_proc"a"
|
|
|
|
test(0)
|