fix twrong_refcounts in nim cpp mode (#10313)

This commit is contained in:
Timothee Cour
2019-01-15 05:46:01 -08:00
committed by Andreas Rumpf
parent 05c52ff34f
commit c05e9c7c73

View File

@@ -1,7 +1,10 @@
discard """
output: "Success"
target: "c"
"""
# Note: target: "cpp" fails because we can't yet have `extern "C"` mangling in
# `exportc` procs.
import math, random, threadPool
# ---