a1083d7c4 ^
1 2 3 4 5 6 7 8 9 10 11 12
discard """ targets: "c cpp js" output: ''' {'a', 'b'} ''' """ var x = new(ref set[char]) var y = new(ref set[char]) x[] = {'a'} y[] = {'b'} echo x[] + y[]