summary refs log tree commit diff stats
path: root/tests/modules/mexportb.nim
blob: 10d89f3880ba5e416fc8cd6dfc4d6f1824205057 (plain) (blame)
1
2
3
4
5
6
7
# module B
type TMyObject* = object

const xyz* = 13

proc q*(x: int): int = 6
proc q*(x: string): string = "8"