Files
Nim/tests/misc/t21109.nim
2022-12-19 12:35:15 +01:00

14 lines
168 B
Nim

discard """
action: reject
errormsg: "type expected"
file: "iterators.nim"
"""
template b(j: untyped) = j
template m() = discard
b:
for t, f in @[]:
m()