summary refs log tree commit diff stats
path: root/tests/misc/mjsondoc.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/mjsondoc.nim')
-rw-r--r--tests/misc/mjsondoc.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/misc/mjsondoc.nim b/tests/misc/mjsondoc.nim
index e4642f0b4..016c8522d 100644
--- a/tests/misc/mjsondoc.nim
+++ b/tests/misc/mjsondoc.nim
@@ -9,3 +9,6 @@ const
 type
   MyEnum* = enum
     foo, bar
+
+proc foo2*[T: int, M: string, U](x: T, y: U, z: M) =
+  echo 1