summary refs log tree commit diff stats
path: root/tests/converter/mdontleak.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/converter/mdontleak.nim')
-rw-r--r--tests/converter/mdontleak.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/converter/mdontleak.nim b/tests/converter/mdontleak.nim
new file mode 100644
index 000000000..e55c3f87c
--- /dev/null
+++ b/tests/converter/mdontleak.nim
@@ -0,0 +1,3 @@
+
+converter toBool(x: uint32): bool = x != 0
+# Note: This convertes is not exported!