diff options
Diffstat (limited to 'tests/template/tconfusinglocal.nim')
-rw-r--r-- | tests/template/tconfusinglocal.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/template/tconfusinglocal.nim b/tests/template/tconfusinglocal.nim index 50bf8f4b2..9f641e2bf 100644 --- a/tests/template/tconfusinglocal.nim +++ b/tests/template/tconfusinglocal.nim @@ -1,3 +1,7 @@ +discard """ +output: "0" +""" + # bug #5135 proc fail*[E](e: E): void = |