t7109.nim 142 B

123456789
  1. discard """
  2. errormsg: "Closure iterators are not supported by JS backend!"
  3. """
  4. iterator iter*(): int {.closure.} =
  5. yield 3
  6. var x = iter