summary refs log blame commit diff stats
path: root/tests/compile/mexporta.nim
blob: b7d4ddec9b3987c0e0546c50d20d76d367110957 (plain) (tree)
1
2
3
4
5
6
7
8







                                             
# module A
import mexportb
export mexportb.TMyObject, mexportb.xyz

export mexportb.q

proc `$`*(x: TMyObject): string = "my object"