summary refs log tree commit diff stats
path: root/tests/overload/tsystemcmp.nim
blob: 54dff0c46c0f2f189e0a93c7386a7f03f36d5af5 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  cmd: r"nim c --hints:on $options --threads:on $file"
"""

import algorithm

# bug #1657
var modules = @["hi", "ho", "ha", "huu"]
sort(modules, system.cmp)