summary refs log blame commit diff stats
path: root/tests/reject/tstatret.nim
blob: ac93ac5322ed5722fa5d5677f2f54d376aef3eab (plain) (tree)
1
2
3
4
5


                            
                                                       
 
# no statement after return
proc main() =
  return
  echo("huch?") #ERROR_MSG statement not allowed after