summary refs log tree commit diff stats
path: root/tests/stdlib/trlocks.nim
blob: 135d9b0282f4cca324914606d161dc8a650c8664 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
discard """
  action: "compile"
  # Disallow joining to ensure it can compile in isolation.
  # See #15584
  joinable: false
  cmd: "nim $target --threads:on $options $file"
"""

# bugfix #15584

import rlocks

var r: RLock
r.initRLock()