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

import mexporta

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