/tools/

l&id=7ab1aafc6bbb94da8becc1a42bd1bf839df90746'>diff stats
path: root/install.txt
blob: 6ab562b076f1f6f0a6223983694c47b3a3d9693b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
discard """
  targets: "c cpp js"
  matrix: "--mm:refc; --mm:orc"
"""

#bug #6049
import uselocks
import std/assertions

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