summaryrefslogblamecommitdiff
path: root/test/files/run/bitsets.check
blob: 31b718b19def427d5c5c27d987b93c0a2358730a (plain) (tree)
1
2
3
4
5
6
7
8
9








             
s0 = Set()
s1 = Set(2)
s2 = Set(2)
xs0 = List()
xs1 = List(2)
xs2 = List(2)
ys0 = List(0)
ys1 = List(4)
ys2 = List(4)