summary refs log tree commit diff stats
path: root/tests/modules/tnotuniquename.nim
blob: bc401e662183b14c6f26385d595c4ec4820a773b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
discard """
  output: '''nested
flat'''
"""

import mnotuniquename
import tnotuniquename_dir/mnotuniquename as nun

nested()
flat()