tconstscope2.nim 109 B

123456
  1. const
  2. a = (var x = 3; x)
  3. # should we allow this?
  4. b = x #[tt.Error
  5. ^ undeclared identifier: 'x']#