index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
init
/
tlet_uninit2.nim
blob: 174aa28f7d338335d372ffd728e694e828929e56 (
plain
) (
blame
)
1
2
3
4
5
discard
"""
errormsg: "'let' symbol requires an initialization"
"""
let
x
:
int