summary refs log blame commit diff stats
path: root/tests/proc/tprocredef.nim
blob: 0cd6ec77098be9921ce83ba4e791fc1460055bde (plain) (tree)
1
2
3
4
5
6
7
8
           
                                     

                        

   

                                     
discard """
  errormsg: "redefinition of \'foo\'"
  file: "tprocredef.nim"
  line: 8
"""

proc foo(a: int, b: string) = discard
proc foo(a: int, b: string) = discard