Files
Nim/tests/modules/mmodule_same_proc.nim
2019-05-24 22:50:43 +02:00

7 lines
179 B
Nim

# the module being the same name as the proc
# is a requirement to trigger the error
import mmodule_same_proc_client
proc bar*[T](foo: T): bool = foo.mmodule_same_proc_client()