summary refs log tree commit diff stats
path: root/tests/stdlib/tlocks.nim
blob: 9ce9afd1309b59c12c0808f1f56e5d73fcced70f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
discard """
  targets: "c cpp js"
  matrix: "--threads:on"
"""

#bug #6049
import uselocks
import std/assertions

var m = createMyType[int]()
doAssert m.use() == 3