mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-17 20:33:06 +00:00
(cherry picked from commit 5f6997794e)
This commit is contained in:
@@ -55,3 +55,8 @@ const x0 = fun()
|
||||
echo typeof(x0)
|
||||
|
||||
discard $x0
|
||||
|
||||
# bug #13671
|
||||
|
||||
const x1 = cast[uint](-1)
|
||||
discard $(x1,)
|
||||
|
||||
Reference in New Issue
Block a user