Files
Nim/tests/stdlib/tlocks.nim
flywind c7b4639460 ref #14873 (#17644)
* ref #14873

* comment

* Update lib/core/locks.nim
2021-04-06 16:21:58 +02:00

11 lines
142 B
Nim

discard """
targets: "c cpp js"
matrix: "--threads:on"
"""
#bug #6049
import uselocks
var m = createMyType[int]()
doAssert m.use() == 3