summary refs log tree commit diff stats
path: root/tests/modules/mexporta.nim
blob: b7d4ddec9b3987c0e0546c50d20d76d367110957 (plain) (blame)
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"