fixes #19051 [backport:1.6] (#19133)

This commit is contained in:
Andreas Rumpf
2021-11-12 11:19:24 +01:00
committed by GitHub
parent f8b71f7075
commit c6fc3b2eae
2 changed files with 25 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
discard """
cmd: "nim c -d:release $file"
output: 1
output: '''1
-1'''
"""
proc bug() : void =
@@ -12,3 +13,9 @@ proc bug() : void =
echo x
bug()
# bug #19051
type GInt[T] = int
var a = 1
echo -a