summary refs log blame commit diff stats
path: root/tests/converter/m18986.nim
blob: 0ebf343aedd3d808764b376f812e0d631353364a (plain) (tree)
1
2
3


                                            
import std/macros

converter Lit*(x: uint): NimNode = newLit(x)