mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 12:07:51 +00:00
8 lines
179 B
Nim
8 lines
179 B
Nim
discard """
|
|
errormsg: "'untyped' is only allowed in templates and macros or magic procs"
|
|
disabled: true
|
|
"""
|
|
|
|
template something(op: proc (v: untyped): void): void =
|
|
discard
|