mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 02:42:05 +00:00
* remove the restriction that module names need to be unique per Nimble package * make tests green again * use the 'response' linker file also on Unix in order to fix megatest
11 lines
132 B
Nim
11 lines
132 B
Nim
discard """
|
|
output: '''nested
|
|
flat'''
|
|
"""
|
|
|
|
import mnotuniquename
|
|
import tnotuniquename_dir/mnotuniquename as nun
|
|
|
|
nested()
|
|
flat()
|