summary refs log tree commit diff stats
path: root/tests/stdlib/tsortcall.nim
blob: efe1d0b8bb3bfff91867ced808e651f34db6057f (plain) (blame)
1
2
3
4
5
import algorithm

proc foosort(ships: var seq[int]) = sort(ships, system.cmp[int])