summary refs log tree commit diff stats
path: root/tests/template/mlt.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template/mlt.nim')
-rw-r--r--tests/template/mlt.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/template/mlt.nim b/tests/template/mlt.nim
new file mode 100644
index 000000000..e567cf085
--- /dev/null
+++ b/tests/template/mlt.nim
@@ -0,0 +1,3 @@
+
+type Point* = ref object of RootObj
+proc `>`*(p1, p2: Point): bool = false