mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 09:54:49 +00:00
7 lines
162 B
Nim
7 lines
162 B
Nim
discard """
|
|
errormsg: "'untyped' is only allowed in templates and macros or magic procs"
|
|
"""
|
|
|
|
template something(op: proc (v: untyped): void): void =
|
|
discard
|