Files
Nim/tests/converter/m18986.nim
flywind 5a995ffc53 fix #18986; Import/except doesn't work on devel [backport: 1.6] (#19687)
* fix #18986; Import/except doesn't work on devel [backport: 1.6]

* add testcase
2022-04-06 16:17:09 +02:00

4 lines
64 B
Nim

import std/macros
converter Lit*(x: uint): NimNode = newLit(x)