t17157.nim 162 B

1234567
  1. discard """
  2. errormsg: "'untyped' is only allowed in templates and macros or magic procs"
  3. """
  4. template something(op: proc (v: untyped): void): void =
  5. discard