summary refs log blame commit diff stats
path: root/tests/system/tsettostring.nim
blob: c6846ee991aedd03bb3697bb9c6727390f496620 (plain) (tree)
1
2
3
4
5
6
7
8







                                    
discard """
  output: "{a, b, c}"
"""

# bug #2395

let alphaSet: set[char] = {'a'..'c'}
echo alphaSet