summary refs log blame commit diff stats
path: root/tests/proc/t17157.nim
blob: 2927eeee89d1215979b91690db4e9b3040d377e5 (plain) (tree)
1
2
3
4
5
6
7

                                                                              
                



                                                       
discard """
  errormsg: "'untyped' is only allowed in templates and macros or magic procs"
  disabled: true
"""

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