summary refs log tree commit diff stats
path: root/tests/template/mlt.nim
blob: e567cf0855f8de049e39c0a91c960f895aa920d6 (plain) (blame)
1
2
3
type Point* = ref object of RootObj
proc `>`*(p1, p2: Point): bool = false