summary refs log blame commit diff stats
path: root/tests/niminaction/Chapter2/explicit_discard.nim
blob: 9a3b4407ef536792d29a44d0da18b669bdb5958d (plain) (tree)
1
2
3
4
5
6
7
           
                                 
         


                                                   
                 
discard """
  errormsg: "has to be discarded"
  line: 7
"""

proc myProc(name: string): string = "Hello " & name
myProc("Dominik")