summary refs log tree commit diff stats
path: root/tests/tstatret.nim
blob: ac93ac5322ed5722fa5d5677f2f54d376aef3eab (plain) (blame)
1
2
3
4
5
# no statement after return
proc main() =
  return
  echo("huch?") #ERROR_MSG statement not allowed after