Files
Nim/tests/template/mlt.nim
Andreas Rumpf 6d98c717de fixes #4564
2016-08-04 01:37:41 +02:00

4 lines
76 B
Nim

type Point* = ref object of RootObj
proc `>`*(p1, p2: Point): bool = false