summary refs log tree commit diff stats
path: root/tests/vm/tconstscope2.nim
blob: d858e96c2611e0320910a0dafdefeb7bacc3c2f9 (plain) (blame)
1
2
3
4
5
const
  a = (var x = 3; x)
  # should we allow this?
  b = x #[tt.Error
      ^ undeclared identifier: 'x']#