mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
10 lines
159 B
Nim
10 lines
159 B
Nim
discard """
|
|
file: "tprocredef.nim"
|
|
line: 8
|
|
errormsg: "redefinition of \'foo\'"
|
|
"""
|
|
|
|
proc foo(a: int, b: string) = nil
|
|
proc foo(a: int, b: string) = nil
|
|
|