DEBSOURCES
Skip Quicknav
sources / nim / 2.2.0-1 / tests / stdlib / t21251.nim
123456
import std / [tables, sets, sharedtables] var shared: SharedTable[int, int] shared.init shared[1] = 1