mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-26 17:24:02 +00:00
fix #21251
(cherry picked from commit 76a98fee65)
This commit is contained in:
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