Files
Nim/tests/tstatret.nim
2010-02-14 00:29:35 +01:00

6 lines
112 B
Nim

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