mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 22:33:49 +00:00
11 lines
130 B
Nim
11 lines
130 B
Nim
discard """
|
|
output: "Found a 0"
|
|
"""
|
|
|
|
import m18986 except Lit
|
|
import std/macros
|
|
|
|
# bug #18986
|
|
var x = 0.uint
|
|
echo "Found a ", x
|