mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 09:54:49 +00:00
8 lines
191 B
Nim
8 lines
191 B
Nim
discard """
|
|
file: "tnotuniquename/mnotuniquename.nim"
|
|
errormsg: "module names need to be unique per Nimble package"
|
|
"""
|
|
|
|
import mnotuniquename
|
|
import tnotuniquename/mnotuniquename as nun
|