mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 02:42:05 +00:00
* fixes #11225; generic sandwich problems; [backport:1.2] * progress * delegating these symbols must be done via 'bind'
10 lines
104 B
Nim
10 lines
104 B
Nim
discard """
|
|
output: '''100
|
|
200'''
|
|
"""
|
|
|
|
import
|
|
module_using_generic_library
|
|
|
|
makeUseOfLibrary "test"
|