summary refs log blame commit diff stats
path: root/tests/importalls/mt4b.nim
blob: 4578bc54c4f31b147ecde88c3f0bfee1f47859a8 (plain) (tree)
1
2
3


                                  
from ./m1 {.all.} as m2 import nil
doAssert not compiles(foo1)
doAssert m2.foo1 == 2