diff options
Diffstat (limited to 'tests/parser/t12274.nim')
-rw-r--r-- | tests/parser/t12274.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/parser/t12274.nim b/tests/parser/t12274.nim index 40c85f158..6b7c9f55a 100644 --- a/tests/parser/t12274.nim +++ b/tests/parser/t12274.nim @@ -1,3 +1,7 @@ +discard """ + joinable: false +""" + var s: seq[int] s.add block: let i = 1 |