summary refs log tree commit diff stats
path: root/tests/overload/tissue4475.nim
blob: 34618cac57bfa616515ffcf8e5b38cf8c27787db (plain) (blame)
1
2
3
4
5
6
# 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)