summary refs log tree commit diff stats
path: root/tests/modules/texport.nim
blob: a8c217ab88f00d54f9229d9109ac9aa7a9debdc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
discard """
  output: "my object68"
"""

import mexporta

# bug #1029:
from nativesockets import accept

# B.TMyObject has been imported implicitly here:
var x: TMyObject
echo($x, q(0), q"0")