mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 12:07:51 +00:00
6
tests/proc/t17157.nim
Normal file
6
tests/proc/t17157.nim
Normal file
@@ -0,0 +1,6 @@
|
||||
discard """
|
||||
errormsg: "'untyped' is only allowed in templates and macros or magic procs"
|
||||
"""
|
||||
|
||||
template something(op: proc (v: untyped): void): void =
|
||||
discard
|
||||
Reference in New Issue
Block a user