tstaticexprscope.nim 168 B

123456789101112
  1. discard """
  2. errormsg: "undeclared identifier: 'z'"
  3. line: 11
  4. """
  5. # Open a new scope for static expr blocks
  6. block:
  7. let a = static:
  8. var z = 123
  9. 33
  10. echo z