summary refs log blame commit diff stats
path: root/tests/importalls/m4.nim
blob: b682b766ad98974043bc83bde81680e65d4b1aa7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                            
{.warning[UnusedImport]: off.} # xxx bug: this shouldn't be needed since we have `export m3`
import ./m3 {.all.}
import ./m3 as m3b
export m3b
export m3h3
export m3.m3h4

import ./m2 {.all.} as m2b
export m2b except bar3