summary refs log blame commit diff stats
path: root/tests/stdlib/tlocks.nim
blob: e567cfde8fdc26beb037a4f424f7c5f0ad1b2d82 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                
discard """
  output: '''3'''
  cmd: "nim $target --threads:on $options $file"
"""

#bug #6049
import uselocks

var m = createMyType[int]()
echo $m.use()