mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-05 13:34:46 +00:00
Fix compiler crash caused by top level return (#12501)
This commit is contained in:
committed by
Andreas Rumpf
parent
822078ed12
commit
9ccfcf5dd2
5
tests/misc/t12480.nim
Normal file
5
tests/misc/t12480.nim
Normal file
@@ -0,0 +1,5 @@
|
||||
discard """
|
||||
errormsg: "'return' not allowed here"
|
||||
"""
|
||||
|
||||
return
|
||||
Reference in New Issue
Block a user