mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-22 07:15:22 +00:00
6
tests/stdlib/t21251.nim
Normal file
6
tests/stdlib/t21251.nim
Normal file
@@ -0,0 +1,6 @@
|
||||
import std / [tables, sets, sharedtables]
|
||||
|
||||
var shared: SharedTable[int, int]
|
||||
shared.init
|
||||
|
||||
shared[1] = 1
|
||||
Reference in New Issue
Block a user