summary refs log tree commit diff stats
path: root/tests/stdlib/t21251.nim
blob: 4402e9b7e105cdea51e77ac1fdbaa345be8bbaf0 (plain) (blame)
1
2
3
4
5
6
import std / [tables, sets, sharedtables]

var shared: SharedTable[int, int]
shared.init

shared[1] = 1