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

import mexporta

# bug #1029:
from rawsockets import accept

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