typed.nim 123 B

12345678
  1. discard """
  2. errormsg: "'typed' is only allowed in templates and macros"
  3. line: 6
  4. """
  5. proc fun(x:typed)=discard
  6. fun(10)