summary refs log tree commit diff stats
path: root/tests/converter/t18986.nim
blob: ef300fa49c05956c0e99245497ead9d96082343c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
discard """
  output: "Found a 0"
"""

import m18986 except Lit
import std/macros

# bug #18986
var x = 0.uint
echo "Found a ", x