mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
7 lines
162 B
Nim
7 lines
162 B
Nim
# Bug: https://github.com/nim-lang/Nim/issues/4475
|
|
# Fix: https://github.com/nim-lang/Nim/pull/4477
|
|
|
|
proc test(x: varargs[string], y: int) = discard
|
|
|
|
test(y = 1)
|