diff options
Diffstat (limited to 'tests/converter/tdontleak.nim')
-rw-r--r-- | tests/converter/tdontleak.nim | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/converter/tdontleak.nim b/tests/converter/tdontleak.nim new file mode 100644 index 000000000..4965fa90a --- /dev/null +++ b/tests/converter/tdontleak.nim @@ -0,0 +1,10 @@ +discard """ + output: '''5''' +joinable: false +""" + +import mdontleak +# bug #19213 + +let a = 5'u32 +echo a |