summary refs log tree commit diff stats
path: root/tests/proc/t17157.nim
blob: 020e93fce2ef59d1ce8e5e861f5aac6abecc0726 (plain) (blame)
1
2
3
4
5
6
discard """
  errormsg: "'untyped' is only allowed in templates and macros or magic procs"
"""

template something(op: proc (v: untyped): void): void =
  discard