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

#bug #6049
import uselocks

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