summary refs log tree commit diff stats
path: root/tests/js/t7109.nim
blob: 0d071dbbf33e756c85e99efc5d9e24ba13499dc6 (plain) (blame)
1
2
3
4
5
6
7
8
discard """
  errormsg: "Closure iterators are not supported by JS backend!"
"""

iterator iter*(): int {.closure.} =
  yield 3

var x = iter