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




                                                                
import algorithm

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