summary refs log blame commit diff stats
path: root/tests/modules/mexport2a.nim
blob: 3cf84337e821337a8b2a8a78d778e6fe4fc14f8c (plain) (tree)
1
2
3
4
5
6
7




                             

                          
import mexport2b
export mexport2b
proc printAbc*() = echo "abc"

proc foo*() = echo "A.foo"