mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
fix twrong_refcounts in nim cpp mode (#10313)
This commit is contained in:
committed by
Andreas Rumpf
parent
05c52ff34f
commit
c05e9c7c73
@@ -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
|
||||
|
||||
# ---
|
||||
|
||||
Reference in New Issue
Block a user