summary refs log tree commit diff stats
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']#