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
/
vm
/
tconstscope1.nim
blob: 41c45a28f85c99023f13db1d873c7d46505b5ce7 (
plain
) (
blame
)
1
2
3
4
5
# issue #5395
const
a
=
(
var
b
=
3
;
b
)
echo
b
#[tt.Error
^ undeclared identifier: 'b']#