2ecdf582a ^
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()