mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 20:47:53 +00:00
8 lines
134 B
Nim
8 lines
134 B
Nim
discard """
|
|
line: 6
|
|
errormsg: "'ugh' cannot have 'closure' calling convention"
|
|
"""
|
|
|
|
proc ugh[T](x: T) {.closure.} =
|
|
echo "ugha"
|