Files
Nim/tests/sandwich/tmain.nim
Andreas Rumpf 2f213db7ee fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
* fixes #11225; generic sandwich problems; [backport:1.2]
* progress
* delegating these symbols must be done via 'bind'
2021-03-09 20:19:24 +01:00

10 lines
104 B
Nim

discard """
output: '''100
200'''
"""
import
module_using_generic_library
makeUseOfLibrary "test"