tconstscope1.nim 94 B

123456
  1. # issue #5395
  2. const a = (var b = 3; b)
  3. echo b #[tt.Error
  4. ^ undeclared identifier: 'b']#