mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
11 lines
142 B
Nim
11 lines
142 B
Nim
discard """
|
|
targets: "c cpp js"
|
|
matrix: "--threads:on"
|
|
"""
|
|
|
|
#bug #6049
|
|
import uselocks
|
|
|
|
var m = createMyType[int]()
|
|
doAssert m.use() == 3
|