summary refs log tree commit diff stats
path: root/tests/concepts/ttrieconcept.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/concepts/ttrieconcept.nim')
-rw-r--r--tests/concepts/ttrieconcept.nim7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/concepts/ttrieconcept.nim b/tests/concepts/ttrieconcept.nim
new file mode 100644
index 000000000..a26e6b146
--- /dev/null
+++ b/tests/concepts/ttrieconcept.nim
@@ -0,0 +1,7 @@
+import libs/[trie_database, trie]
+
+proc takeDb(d: TrieDatabase) = discard
+var mdb: MemDB
+
+takeDb(mdb)
+