diff options
Diffstat (limited to 'tests/pragmas/tonoff1.nim')
-rw-r--r-- | tests/pragmas/tonoff1.nim | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/pragmas/tonoff1.nim b/tests/pragmas/tonoff1.nim new file mode 100644 index 000000000..20ba7def2 --- /dev/null +++ b/tests/pragmas/tonoff1.nim @@ -0,0 +1,8 @@ +# issue #23002 + +import monoff1 + +proc test() = + {.warning[ProveInit]: on.} + +test() |