summary refs log tree commit diff stats
path: root/tests/misc/mvarious.nim
Commit message (Expand)AuthorAgeFilesLines
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-6/+6
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-091-0/+6
a>
2ecdf582a ^





c7b463946 ^
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