t21109.nim 168 B

1234567891011121314
  1. discard """
  2. action: reject
  3. errormsg: "type expected"
  4. file: "iterators.nim"
  5. """
  6. template b(j: untyped) = j
  7. template m() = discard
  8. b:
  9. for t, f in @[]:
  10. m()