summary refs log tree commit diff stats
path: root/tests/modules/mexportb.nim
blob: 10d89f3880ba5e416fc8cd6dfc4d6f1824205057 (plain) (blame)
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padd
# module B
type TMyObject* = object

const xyz* = 13

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